-
Notifications
You must be signed in to change notification settings - Fork 18
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
helm template command fails #355
Comments
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing nautobot#355 and allows references, fixing nautobot#283.
* allow providing DB password via secret ref Utilize the DB password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing #355 and allows references, fixing #283. * allow providing Redis password via secret ref Utilize the Redis password supplied from the k8s secret reference instead of copying it into a Nautobot specific secret. This fixes issues with "helm template", fixing #355 and allows references, fixing #283.
Hi @cardoe, Thank you so much for your work, we've hit the same issue pretty much on the day you opened your issues. a) Your reference for b) Your solution conflicts with the documented usage of preexisting secrets. If used as documented in the top half (without specifying nautobot.db.existingSecret) it will actually overwrite any existing password in the referenced secret with empty string. I've written a fix for both issues and will open a PR for it in a moment. Again thank you so much for you work, you saved me a lot of headaches 👍 |
Apologies for the mistakes and thank you for creating a PR as a follow up. |
When using
helm template
locally or via ArgoCD it fails due to the comments posted on #249.But I can confirm the secret is there.
The text was updated successfully, but these errors were encountered: