From f194f42b679b7e02388716cc9d5597b1547dae71 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Mon, 26 Aug 2024 12:29:54 +0300 Subject: [PATCH] added IS_CONFIGURATION_RUNTIME env var --- .../cap-app-proxy/environment-variables/_main-container.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml b/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml index 764e988a..7cef698f 100644 --- a/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml +++ b/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml @@ -77,6 +77,11 @@ INGRESS_HOST: name: codefresh-cm key: ingressHost INSTALLATION_TYPE: HELM +IS_CONFIGURATION_RUNTIME: + valueFrom: + configMapKeyRef: + name: codefresh-cm + key: isConfigurationRuntime MANAGED: false NAMESPACE: valueFrom: