nutanix / helm

Nutanix Helm Charts repository
https://nutanix.github.io/helm/
MIT License
18 stars 31 forks source link

Use existing secret / disable secret generation #30

Closed naibaf0 closed 3 years ago

naibaf0 commented 3 years ago

Hello,

would it be possible to add something like an "existingSecret" field to the values file?

We apply secrets manually to the cluster, to keep the User/Password information outside of our pipelines/code-repos, so if there was a possibility to just specify the name of a secret (or that a secret of the name ntnx-secret doesn't need to be created) to avoid creating or editing the secret through the helm chart, that would be great.

tuxtof commented 3 years ago

Hello @naibaf0

ok i will add it in the next version , very soon

tuxtof commented 3 years ago

fix in #31

just set createSecret value to false and it will use the secretName value as secret

naibaf0 commented 3 years ago

Thank you!