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
@@ -54,6 +54,8 @@ global:
54
54
codefreshHosted: false
55
55
# -- Ingress settings
56
56
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
57
59
# -- The protocol that Codefresh platform will use to access the runtime ingress. Can be http or https.
58
60
protocol: https
59
61
# -- Defines if ingress-based access mode is enabled for runtime. To use tunnel-based (ingressless) access mode, set to false.
0 commit comments