purestorage / helm-charts

Pure Storage Helm Charts
Apache License 2.0
47 stars 43 forks source link

Make creating the secret optional #258

Open gaima8 opened 3 years ago

gaima8 commented 3 years ago

If I understand https://github.com/purestorage/helm-charts/issues/172 correctly, this might be that.

My aim is to have the flux helm-controller install the chart, and it's impractical to pass the API tokens securely for the chart to create the secret. A sealed-secret solves the problem of getting the values in but the chart will at best overwrite the unsealed secret.

I am very much open to ideas on how to handle the validation of arrays better.