-
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
Default namespace for TokenSecret not applied correctly #15
Comments
Hi @eportet 👋 Thanks for filing this! A few quick questions for you:
|
Hi @nmanoogian!
I installed it using the
The errors that showed up for me were that the Deployments were showing up with a CreateContainerConfigError. At closer inspection I could see that the secret for the namespace wasn't being created. (
Yes it was! Another thing to note is that I wasn't using the |
OK, thanks! The namespace of the managed secret shouldn't make a difference on the operator's ability to find your token secret. I'll see if we can reproduce this in a test environment. Am I correct in assuming that this issue isn't blocking you? It seems like adding the namespace explicitly was enough to unblock you. |
It isn't blocking anymore!
That makes sense. I honestly don't know why it worked, but it wasn't until I added the namespace that the operator was able to generate the managed secrets. Initially, I thought it was because it was trying to find the token in another namespace ( Feel free to close this issue or need more info to reproduce. Thanks for an amazing product 🥇 |
OK, excellent!
Thank you for the kind words and for your feedback! It takes some effort to write these reports and we really appreciate it. |
I tried following the sample configuration provided and the only way it worked for me was by adding a namespace of
doppler-operator-system
in theDopplerSecret
file.secrets_v1alpha1_dopplersecret.yaml
After adding that namespace the operator was able to find the Token secret and generate the ManagedSecret in the desired namespace.
The text was updated successfully, but these errors were encountered: