-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Milestone
Description
Currently in Helm values.yaml for this chart there is a dedicated secrets section holding values for data like st2 username/password, SSL certs, SSH keys and so on.
We wanted to move it to dedicated (now closed)secrets.yaml when it gets implemented in Helm (helm/helm#2196).
Update: We'll need to just obsolete dedicated secrets block and merge it with all other sections as any official Helm chart does without dedicated sub-section weirdness.
Feedback needed: which approach/way looks better and friendlier to you?