From e3cc95c15f74bc2e049cac27801d5334b886fd12 Mon Sep 17 00:00:00 2001 From: Petr Drastil Date: Tue, 9 Jul 2024 12:18:08 +0200 Subject: [PATCH] Update env variables Signed-off-by: Petr Drastil --- charts/argo-cd/templates/argocd-repo-server/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml index 71e8c767..46a0bb95 100755 --- a/charts/argo-cd/templates/argocd-repo-server/deployment.yaml +++ b/charts/argo-cd/templates/argocd-repo-server/deployment.yaml @@ -290,6 +290,12 @@ spec: key: reposerver.revision.cache.lock.timeout name: argocd-cmd-params-cm optional: true + - name: ARGOCD_REPO_SERVER_INCLUDE_HIDDEN_DIRECTORIES + valueFrom: + configMapKeyRef: + key: reposerver.include.hidden.directories + name: argocd-cmd-params-cm + optional: true {{- if .Values.repoServer.useEphemeralHelmWorkingDir }} - name: HELM_CACHE_HOME value: /helm-working-dir