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.
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.