bundle external secret
All checks were successful
lint-and-test / chart-testing (push) Successful in 22s
lint-and-test / lint-helm (push) Successful in 27s
release-charts-cloudflared / release (push) Successful in 29s
renovate / renovate (push) Successful in 1m32s

This commit is contained in:
2025-12-17 14:06:33 -06:00
parent e25d09a69b
commit cd7a9d2a04
6 changed files with 123 additions and 10 deletions

View File

@@ -1,11 +1,27 @@
# -- Name override of release
name: cloudflared
# -- Name of existing secret that contains Cloudflare token
existingSecretName: cloudflared-secret
# -- Secret configuration
secret:
# -- Name of key that contains the token in the existingSecret
existingSecretKey: cf-tunnel-token
# -- External Secret configuration
externalSecret:
enabled: true
nameOverride: ""
# -- Cluster store config
store:
name: vault
path: /cloudflare/tunnels/
property: token
# -- Add additional labels
additionalLabels: {}
# -- Name of existing secret that contains Cloudflare token
existingSecret:
name: cloudflared-secret
key: cf-tunnel-token
# -- Default image
image: