Skip to content

Instantly share code, notes, and snippets.

@Yamini-crypto
Created February 9, 2024 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yamini-crypto/956648c6f62ff5f46e2c1435ba4ce749 to your computer and use it in GitHub Desktop.
Save Yamini-crypto/956648c6f62ff5f46e2c1435ba4ce749 to your computer and use it in GitHub Desktop.
# Install external secrets
helm repo add external-secrets https://charts.external-secrets.io
helm install external-secrets \
external-secrets/external-secrets \
-n external-secrets \
--create-namespace \
--set installCRDs=true \
--set webhook.port=9443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment