You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Zulip, I think this would mean allowing something like the below in the values.yaml:
zulip:
auth:
existingSecret: my-credentials
If the Zulip helm chart had this feature as well, users could use various available secret management solutions to generate and maintain the secret outside of the zulip chart.
Why Extra Objects?
This would allow increased flexibility with the helm chart, and can potentially be leveraged by secret management solutions to handle creating objects as necessary. A good example would be using this to generate an existing secret using AWS Secrets Manager:
Hi!
Would it be possible to add existing secrets and extra objects (manifests) support for the helm chart?
Why Existing Secrets?
The sub-charts in the helm chart can already support existing secrets, you can designate it something like this via the values.yaml:
For Zulip, I think this would mean allowing something like the below in the values.yaml:
If the Zulip helm chart had this feature as well, users could use various available secret management solutions to generate and maintain the secret outside of the zulip chart.
Why Extra Objects?
This would allow increased flexibility with the helm chart, and can potentially be leveraged by secret management solutions to handle creating objects as necessary. A good example would be using this to generate an existing secret using AWS Secrets Manager:
If the feature makes sense, I wouldn't mind taking some time to create a PR and submit it to this repository.
The text was updated successfully, but these errors were encountered: