Skip to content

Commit

Permalink
Hard-code key path in the startup probe (#401)
Browse files Browse the repository at this point in the history
The env var doesn't seem to work for the startup probe
  • Loading branch information
DTLP authored Nov 13, 2024
1 parent 46e0bbf commit 6da1862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyverno/policies/pods/injectSidecar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ spec:
command:
- test
- -e
- ${GOOGLE_APPLICATION_CREDENTIALS}
- /gcp/sa.json
failureThreshold: 5
periodSeconds: 15
args:
Expand Down

0 comments on commit 6da1862

Please sign in to comment.