Skip to content

Commit 1f44b91

Browse files
feat: set fullnameoverride for argocd
1 parent 09e1ae0 commit 1f44b91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/gitops-runtime/tests/external_argocd_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ tests:
121121
valueFrom:
122122
secretKeyRef:
123123
key: password
124-
name: argo-cd-initial-admin-secret
124+
name: argocd-initial-admin-secret
125125

126126
- it: app-proxy Deployment should have valid ARGO_CD_PASSWORD env var set via passwordSecretKeyRef override
127127
values:

charts/gitops-runtime/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ global:
9494
password: ""
9595
# -- ArgoCD password referenced by an existing secret
9696
passwordSecretKeyRef:
97-
name: argo-cd-initial-admin-secret
97+
name: argocd-initial-admin-secret
9898
key: password
9999
# If `auth.type=token` is set
100100
# -- ArgoCD token in plain text

0 commit comments

Comments
 (0)