Skip to content

Commit 449822b

Browse files
Merge branch 'argo-cd' of github.com:codefresh-io/argo-helm into CR-24728-argo-cd-helm-7
# Conflicts: # charts/argo-cd/Chart.yaml # charts/argo-cd/templates/argocd-repo-server/deployment.yaml
2 parents c05dd44 + f526b3f commit 449822b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/argo-cd/templates/argocd-repo-server/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ spec:
305305
secretKeyRef:
306306
key: token
307307
name: codefresh-token
308-
optional: true
308+
optional: {{ not .Values.applicationVersioning.enabled }}
309309
- name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES
310310
valueFrom:
311311
configMapKeyRef:

0 commit comments

Comments
 (0)