You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/gitops-runtime/values.yaml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ global:
49
49
cluster: https://kubernetes.default.svc
50
50
# -- Defines whether this is a Codefresh hosted runtime. Should not be changed.
51
51
codefreshHosted: false
52
+
# -- Defines if runtime is namespace scoped. Required for running multiple runtimes in the same cluster
53
+
singleNamespace: false
52
54
# -- Ingress settings
53
55
ingress:
54
56
# -- 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