Skip to content

Commit 1795fec

Browse files
add default value for singleNamespace
1 parent d709ee8 commit 1795fec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ cors: {{ .Values.config.cors | default .Values.global.codefresh.url }}
55
isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote }}
66
isExternalArgoCD: {{ .Values.global.runtime.isExternalArgoCD | quote }}
77
runtimeName: {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
8-
# Test CI
98
isNamespacedRuntime: {{ .Values.global.runtime.singleNamespace | quote }}
109
logLevel: {{ .Values.config.logLevel | quote }}
1110
{{- $enrichmentValues := get .Values "image-enrichment" }}

charts/gitops-runtime/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ global:
4949
cluster: https://kubernetes.default.svc
5050
# -- Defines whether this is a Codefresh hosted runtime. Should not be changed.
5151
codefreshHosted: false
52+
# -- Defines if runtime is namespace scoped. Required for running multiple runtimes in the same cluster
53+
singleNamespace: false
5254
# -- Ingress settings
5355
ingress:
5456
# -- if set to true, the pre-install hook will validate the existance of appropriate values, but *will not* attempt to make a web request to the ingress host

0 commit comments

Comments
 (0)