-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optional secrets #152
Comments
hi, i think that it is a good idea but i don't know how it can be implemented. Pass secret name in flag? What name for the secret should be used in values.yaml? is multiple secrets should be supported? Can you please provide a short example how it will look like?
|
Hi Artem,
I was thinking something like the secret name in flag or an specific
annotation for optional secrets. What do you think?
I will try and provide a solution.
Thanks!
Manuel
El dom, 27 oct 2024 a las 13:59, Artem ***@***.***>)
escribió:
… hi, i think that it is a good idea but i don't know how it can be
implemented. Pass secret name in flag? What name for the secret should be
used in values.yaml? is multiple secrets should be supported?
Can you please provide a short example how it will look like?
1. incoming yaml (deployment?) with several secrets
2. helmify call with flags to make some of the secrets external
3. resulted values.yaml and template with extenal secrets
—
Reply to this email directly, view it on GitHub
<#152 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEO6DGTPJDI7KGZE5NNOCNTZ5TISFAVCNFSM6AAAAABQKHCZECVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBQGAYDMMRTGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
secret name in flag - sound good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
I wanted to check if there is a way to enable optional secrets for helmify.
Suppose a user could either provide a value for the helm chart create a secret or leave it empty, because they have other means to create it (something like an externalSecrets operator).
Would this be doable? With something like a tag in the kustomize or similar?
I am open to implementing it if needed.
Thanks,
Manuel
The text was updated successfully, but these errors were encountered: