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

Wrong Secret Keys for Redis and DB passwords #370

Closed
m4rg4sh opened this issue Mar 19, 2024 · 0 comments
Closed

Wrong Secret Keys for Redis and DB passwords #370

m4rg4sh opened this issue Mar 19, 2024 · 0 comments

Comments

@m4rg4sh
Copy link
Contributor

m4rg4sh commented Mar 19, 2024

The changes to password references introduced in #356 (and #364) introduced a regression where a "standard" installation as described in the docs is no longer working.

The relevant pods now try to resolve a password key that doesn't exist anymore:
`Events:
Type Reason Age From Message


Normal Scheduled 25s default-scheduler Successfully assigned default/nautobot-default-5b64b5d685-6wc8t to minikube
Normal Pulled 22s kubelet Successfully pulled image "ghcr.io/nautobot/nautobot:2.0.5-py3.11" in 1.103s (2.103s including waiting)
Warning Failed 7s (x2 over 22s) kubelet Error: couldn't find key NAUTOBOT_REDIS_PASSWORD in Secret default/nautobot-redis`

This happens for redis, postgresql and probably mariadb as well.

I have a fix coming soon.

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

1 participant