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
{{ message }}
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Thanks for the great piece of software. I'm looking to use external-secrets alongside kubernetes-replicator and in order to automatically duplicate my external secrets to different namespaces, they need to contain an annotation of:
However, when I create my external secret with these annotations, they are not carried over into the kubernetes secret object, preventing them from being replicated.
Please consider passing all/some annotations from the ExternalSecret object to the Secret object.
Support for Annotations
Thanks for the great piece of software. I'm looking to use external-secrets alongside kubernetes-replicator and in order to automatically duplicate my external secrets to different namespaces, they need to contain an annotation of:
However, when I create my external secret with these annotations, they are not carried over into the kubernetes secret object, preventing them from being replicated.
Please consider passing all/some annotations from the ExternalSecret object to the Secret object.
Steps to reproduce
Create an ExternalSecret with the annotations:
See that the resulting Secret does not contain annotations:
The text was updated successfully, but these errors were encountered: