-
Notifications
You must be signed in to change notification settings - Fork 24
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
Synator didn't recreate secrets after etcd re-init #9
Comments
Thanks for using synator, How can I reproduce this situation? |
It's very specific case, I'm not sure that it's possible to reproduce. I just want to clarify some points:
Yes |
Hey @TheYkk
For example, we create secret in
but if we delete this secret in Regards, |
I think it's possible to do that. In the update part, we can ignore deletion requests. |
I ran into a similar issue with sealed secrets. I think the owner reference block on secrets created by sealed secrets is preventing them from being created in other namespaces.
|
@fenfir did you ever come up with a solution to this? I think the same thing is happening with Secrets created with SopsSecrets |
We use a combination of sealed-secrets and synator.
After network downtime etcd cluster restarted.
Secrets were created in source namespace, but synator weren't create them in namespaces that on
include-namespaces
block.Also, is it possible for synator: if we delete secret in source namespace to keep secrets in namespaces that specified on
include-namespaces
block?The text was updated successfully, but these errors were encountered: