Skip to content

Commit 420bcfc

Browse files
naming
1 parent 12bb974 commit 420bcfc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env: {{ .Values.config.env | quote}}
1111
isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote }}
1212
isExternalArgoCD: {{ .Values.global.runtime.isExternalArgoCD | quote }}
1313
runtimeName: {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
14-
runtimeSingleNamespace: {{ .Values.global.runtime.singleNamespace | quote }}
14+
isNamespacedRuntime: {{ .Values.global.runtime.singleNamespace | quote }}
1515
skipGitPermissionValidation: {{ .Values.config.skipGitPermissionValidation | quote }}
1616
logLevel: {{ .Values.config.logLevel | quote }}
1717
{{- $enrichmentValues := get .Values "image-enrichment" }}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ IS_EXTERNAL_ARGOCD:
8686
name: cap-app-proxy-cm
8787
key: isExternalArgoCD
8888
optional: true
89+
IS_NAMESPACED_RUNTIME:
90+
valueFrom:
91+
configMapKeyRef:
92+
name: cap-app-proxy-cm
93+
key: isNamespacedRuntime
94+
optional: true
8995
MANAGED: false
9096
NAMESPACE:
9197
valueFrom:

0 commit comments

Comments
 (0)