Unleash / helm-charts

Contains helm-charts for Unleash
Apache License 2.0
40 stars 54 forks source link

fix: make existing secrets an array of secret refs #134

Closed chriswk closed 5 months ago

chriswk commented 5 months ago

Our previous implementation for existingSecrets expected a string from our values file that had to be escaped using the | to mark a block style with newlines preserved.

This PR changes to expect a list of secret key references, and then extracts the values from the secret reference. See the example file.