Skip to content
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

Open
manherna opened this issue Oct 21, 2024 · 3 comments
Open

Optional secrets #152

manherna opened this issue Oct 21, 2024 · 3 comments

Comments

@manherna
Copy link
Contributor

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

@arttor
Copy link
Owner

arttor commented Oct 27, 2024

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

@manherna
Copy link
Contributor Author

manherna commented Oct 29, 2024 via email

@arttor
Copy link
Owner

arttor commented Nov 5, 2024

secret name in flag - sound good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants