File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
charts/gitops-runtime/templates/_components/cap-app-proxy Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ env: {{ .Values.config.env | quote}}
11
11
isConfigurationRuntime : {{ .Values.global.runtime.isConfigurationRuntime | quote }}
12
12
isExternalArgoCD : {{ .Values.global.runtime.isExternalArgoCD | quote }}
13
13
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 }}
15
15
skipGitPermissionValidation : {{ .Values.config.skipGitPermissionValidation | quote }}
16
16
logLevel : {{ .Values.config.logLevel | quote }}
17
17
{{- $enrichmentValues := get .Values "image-enrichment" }}
Original file line number Diff line number Diff line change @@ -86,6 +86,12 @@ IS_EXTERNAL_ARGOCD:
86
86
name : cap-app-proxy-cm
87
87
key : isExternalArgoCD
88
88
optional : true
89
+ IS_NAMESPACED_RUNTIME :
90
+ valueFrom :
91
+ configMapKeyRef :
92
+ name : cap-app-proxy-cm
93
+ key : isNamespacedRuntime
94
+ optional : true
89
95
MANAGED : false
90
96
NAMESPACE :
91
97
valueFrom :
You can’t perform that action at this time.
0 commit comments