seriohub / velero-helm

Helm charts for velero-ui, velero-api, and velero-watchdog
6 stars 3 forks source link

Add secret override to helm chart #33

Open Hobbit44 opened 1 week ago

Hobbit44 commented 1 week ago

I would like to be able to pass a secret name in place of the secret values as i have external machanisms for creating secrets from my password manager. This way there would be no plaintext api tokens in my code. I can use the template to get the correct format.

See the velero chart for an example: https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml#L488-L516