-
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
Upgrade to version 2.1.0 broken using only nautobot.secretKey #373
Comments
@ffernandes22 I've authored most of that change but we use argocd ourselves and I did not test the upgrade procedure extensively since I don't have a lot of experience with it (e.g. using |
Hi @ffernandes22 These are by default set to empty string (and thus ignored) but still checked. By specifying I think if you use |
Hi @m4rg4sh, thanks for the quick reply! Actually I used It starts with the first Using either However, doing a similar
This is probably an issue with helm diff plugin, I will check for similar issues. |
I think it's also worth noting that the error when using helm diff refers to the bitnami docs. |
I can agree with you @m4rg4sh. However it seems to be related to how nautobot is using bitnami "common" chart. I've not yet understood why (I have little experience with Helm Charts) but there is occurring some validation against the value of
If i set
I will try to find out what is causing this, if you have any hint, I appreciate. However my main motivation to open this issue is clarified and solved so feel free to close the issue and, once again, thanks for the quick assist 👌 |
Aah I see your point now @ffernandes22. I've dug a little deeper and I think I found the bug. I'm running out of time for today but I'll get back to you on this. |
@ffernandes22 I've actually made a mistake in the code, it used the value specified at the given dictionary key instead of the name of the key itself 🤦 |
@ubajze only thing left for you is to review the PR and check why the stable docs on the website aren't up to date. |
Hi @m4rg4sh |
Recent changes addressing the use of existing secrets #364 #369 included in version 2.1.0 broke the usage of
nautobot.secretKey
:Setting variable
nautobot.django.secretKey
does not seem to be the solution (nautobot.django.secretKey: "my-secret-key"
):Also, reference documentation for latest/stable branch seems to be outdated (missing at least
nautobot.django.*
settings).The text was updated successfully, but these errors were encountered: