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.
Sealed Secrets is often used with ArgoCD/Flux. In ArgoCD, argocd.argoproj.io/sync-wave annotation is used everywhere to control the priority of the git sync operation. Because SealedSecret object doesn't preserve any annotations and labels, it requires manual update of the json file after running kubeseal command.
Describe the solution you'd like
Easiest solution would be just preserve the same annotations and labels from the kubeseal input secret.
Which component:
0.27.1
Is your feature request related to a problem? Please describe.
Sealed Secrets is often used with ArgoCD/Flux. In ArgoCD,
argocd.argoproj.io/sync-wave
annotation is used everywhere to control the priority of the git sync operation. BecauseSealedSecret
object doesn't preserve any annotations and labels, it requires manual update of the json file after running kubeseal command.Describe the solution you'd like
Easiest solution would be just preserve the same annotations and labels from the kubeseal input secret.
Describe alternatives you've considered
N/A
Additional context
Input secret
Output SealedSecret
The previous feature request was closed incorrectly. #460
The text was updated successfully, but these errors were encountered: