You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We have several containers that needs fetching from a password protected registry - and currently we have to have the SAME secret defined for each namespace we need them in.
We also have other secrets, which we have to duplicate in multiple namespaces
Describe the solution you'd like
If we could put multiple namespace targets on 1 secret - that would make life so much easier :)
The text was updated successfully, but these errors were encountered:
Just to expand on @rowi1de correct answer.
To use kubernetes-reflector to duplicate your secrets across namespaces, you will need to add the following to SealedSecret manifest:
Notice that we added the spec.template.metadata.annotations to add annotation to the created kind: Secret
This will allow the reflector to duplicate the secret
Which component:
Controller
Is your feature request related to a problem? Please describe.
We have several containers that needs fetching from a password protected registry - and currently we have to have the SAME secret defined for each namespace we need them in.
We also have other secrets, which we have to duplicate in multiple namespaces
Describe the solution you'd like
If we could put multiple namespace targets on 1 secret - that would make life so much easier :)
The text was updated successfully, but these errors were encountered: