Skip to content

Commit

Permalink
fixing curl pod
Browse files Browse the repository at this point in the history
  • Loading branch information
coreydaley committed Jun 12, 2024
1 parent 9d0031f commit 4338b51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/backstage/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
readOnlyRootFilesystem: true
capabilities:
drop: ["ALL"]
runAsNonRoot: true
runAsNonRoot: false
resources:
requests:
cpu: 10m
Expand All @@ -28,9 +28,8 @@ spec:
livenessProbe:
exec:
command:
- command
- -v
- curl
- ls
- /usr/bin/curl
image: quay.io/curl/curl:latest
imagePullPolicy: IfNotPresent
command: ["/bin/sh", "-c"]
Expand Down

0 comments on commit 4338b51

Please sign in to comment.