Replies: 3 comments 3 replies
-
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.
-
This would be a very interesting feature..... |
Beta Was this translation helpful? Give feedback.
-
At my company we wanted to use the reflector operator in a combination with the reloader operator, as well. The pull-sync option does not work for us because the secret data gets reflected only after it was created. After it was changed the data does not get synched again, so the reloading does not work. Maybe we are doing something wrong, but I could not get it to work this way. We are instrested in a feature to keep existing annotations and are open to doing the implementation ourselves and contributing. Is this something we can do? |
Beta Was this translation helpful? Give feedback.
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