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
This commit is contained in:
commit
449822bfb3
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
key: token
|
key: token
|
||||||
name: codefresh-token
|
name: codefresh-token
|
||||||
optional: true
|
optional: {{ not .Values.applicationVersioning.enabled }}
|
||||||
- name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES
|
- name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue