helm-charts
helm-charts copied to clipboard
cloudflare-tunnel-remote chart secret
This chart forces me to put a hard-coded and sensitive value to my values.yaml
file. I can't externalize this secret as an externalSecret object.
Proper way of creating this secret should be optional, if it exists don't create, if it doesn't exist then create it. Also parameterize the secret name.
Same problem applies to cloudflare-tunnel chart ingress.[].originrequest.access.audTag
.
Neither of these charts look professionally written.