From c5c413a3d7583bba96941d40e1110257b367b1a2 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Sun, 18 Aug 2024 13:41:59 +0300 Subject: [PATCH] added default value and description for ingress `switchValidation` --- charts/gitops-runtime/values.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/gitops-runtime/values.yaml b/charts/gitops-runtime/values.yaml index 716278cb..51efe8a9 100644 --- a/charts/gitops-runtime/values.yaml +++ b/charts/gitops-runtime/values.yaml @@ -54,6 +54,8 @@ global: codefreshHosted: 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 + skipValidation: false # -- The protocol that Codefresh platform will use to access the runtime ingress. Can be http or https. protocol: https # -- Defines if ingress-based access mode is enabled for runtime. To use tunnel-based (ingressless) access mode, set to false.