Skip to content

Commit ab056fa

Browse files
authored
added IS_CONFIGURATION_RUNTIME env var (#278)
1 parent 47f1db8 commit ab056fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ INGRESS_HOST:
7777
name: codefresh-cm
7878
key: ingressHost
7979
INSTALLATION_TYPE: HELM
80+
IS_CONFIGURATION_RUNTIME:
81+
valueFrom:
82+
configMapKeyRef:
83+
name: codefresh-cm
84+
key: isConfigurationRuntime
8085
MANAGED: false
8186
NAMESPACE:
8287
valueFrom:

0 commit comments

Comments
 (0)