Skip to content

Commit 37e4e0a

Browse files
fix: app proxy isNamespaced returns nil in template failing the install on lower kubernetes versions (#820)
1 parent d1d6478 commit 37e4e0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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)