We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e1ae0 commit 1f44b91Copy full SHA for 1f44b91
charts/gitops-runtime/tests/external_argocd_test.yaml
@@ -121,7 +121,7 @@ tests:
121
valueFrom:
122
secretKeyRef:
123
key: password
124
- name: argo-cd-initial-admin-secret
+ name: argocd-initial-admin-secret
125
126
- it: app-proxy Deployment should have valid ARGO_CD_PASSWORD env var set via passwordSecretKeyRef override
127
values:
charts/gitops-runtime/values.yaml
@@ -94,7 +94,7 @@ global:
94
password: ""
95
# -- ArgoCD password referenced by an existing secret
96
passwordSecretKeyRef:
97
98
99
# If `auth.type=token` is set
100
# -- ArgoCD token in plain text
0 commit comments