Skip to content

Commit 15f8e01

Browse files
committed
Add secret-type label to ArgoCD Repo Secrets secret
Adds the argocd.argoproj.io/secret-type label to the ArgoCD Repo Secrets ExternalSecret to allow ArgoCD to properly sync the secret. KFLUXINFRA-3596
1 parent 63246a4 commit 15f8e01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/argocd-repo-secrets/internal-staging/redhat-appstudio-externalsecret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
annotations:
66
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
77
argocd.argoproj.io/sync-wave: "-1"
8+
argocd.argoproj.io/secret-type: repository
89
spec:
910
dataFrom:
1011
- extract:

0 commit comments

Comments
 (0)