Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove default value of KUBECTL_CMD because it is architecture-dependant (amd64).
  • Loading branch information
cgiraldo authored Dec 17, 2024
1 parent 9b8c43f commit 2bf4c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ passboltEnv:
# -- Toggle passbolt jwt authentication
PASSBOLT_PLUGINS_JWT_AUTHENTICATION_ENABLED: true
# -- Download Command for kubectl
KUBECTL_DOWNLOAD_CMD: curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
KUBECTL_DOWNLOAD_CMD: ""
secret:
# -- Configure passbolt cake cache password
CACHE_CAKE_DEFAULT_PASSWORD: CHANGEME
Expand Down

0 comments on commit 2bf4c81

Please sign in to comment.