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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ global:
50
50
# -- Defines whether this is a Codefresh hosted runtime. Should not be changed.
51
51
codefreshHosted: false
52
52
# -- Runtime single namespace mode. When true, runtime operates in single namespace scope.
53
-
singleNamespace: true
53
+
singleNamespace: false
54
54
# -- Ingress settings
55
55
ingress:
56
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