From 55588101cf67feba68e0ae29881d3c96b6a69c8b Mon Sep 17 00:00:00 2001 From: Denys Melnyk Date: Thu, 15 Feb 2024 22:56:25 +0200 Subject: [PATCH] rename codefresh appversion envs --- charts/argo-cd/templates/argocd-repo-server/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: