Skip to content

Commit 5398f34

Browse files
committed
Update ArgoCD Repo Secrets secret type label
Updates the argocd.argoproj.io/secret-type label to repo-creds to allow ArgoCD to properly sync the secret for the appstudio organization. KFLUXINFRA-3596
1 parent e3687f4 commit 5398f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
77
argocd.argoproj.io/sync-wave: "-1"
88
labels:
9-
argocd.argoproj.io/secret-type: repository
9+
argocd.argoproj.io/secret-type: repo-creds
1010
spec:
1111
dataFrom:
1212
- extract:

0 commit comments

Comments
 (0)