Replies: 2 comments
-
what you can do is disable auto reflect and then create a separate secret in the namespace you want. add the annotation this is documented here: https://github.com/emberstack/kubernetes-reflector#2-annotate-the-mirror-secret-or-configmap |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be a very interesting feature..... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when mirroring a secret, all existing annotations are stripped in the target location.
Example:
Our use case would be to use the reflected secret in combination with the reloader-operator to automatically restart pods once a secret changes. Due to the lost annotation, this does not work.
Any chance to keep the existing annotations?
Beta Was this translation helpful? Give feedback.
All reactions