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.