Skip to content

Commit 29bfb50

Browse files
authored
added default value and description for ingress switchValidation (#274)
1 parent 50caa3e commit 29bfb50

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
@@ -54,6 +54,8 @@ global:
5454
codefreshHosted: false
5555
# -- Ingress settings
5656
ingress:
57+
# -- 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
58+
skipValidation: false
5759
# -- The protocol that Codefresh platform will use to access the runtime ingress. Can be http or https.
5860
protocol: https
5961
# -- Defines if ingress-based access mode is enabled for runtime. To use tunnel-based (ingressless) access mode, set to false.

0 commit comments

Comments
 (0)