Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/gitops-runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ global:
cluster: https://kubernetes.default.svc
# -- Defines whether this is a Codefresh hosted runtime. Should not be changed.
codefreshHosted: false
# -- Defines if runtime is namespace scoped. Required for running multiple runtimes in the same cluster
singleNamespace: false
# -- Ingress settings
ingress:
# -- 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
Expand Down