diff --git a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml index adf7d6d8..12ab438a 100755 --- a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml @@ -93,9 +93,9 @@ spec: - name: USER_NAME value: argocd {{- end }} - - name: CODEFRESH_APPVERSION_ENABLE + - name: CODEFRESH_APPVERSION_ENABLED value: {{ .Values.applicationVersioning.enabled | quote }} - - name: CODEFRESH_APPVERSION_USE_CONFIG + - name: CODEFRESH_APPVERSION_USE_APPCONFIG value: {{ .Values.applicationVersioning.useApplicationConfiguration | quote }} - name: ARGOCD_RECONCILIATION_TIMEOUT valueFrom: