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
* Update hybrid-gitops-helm-installation.md
* Update hybrid-gitops-helm-installation.md
Added CLI command for ingress disable and changed value to true
Ingress validation checks if the ingress URL exists and responds to web requests.
177
+
During a GitOps Runtime installation, the ingress might not be active yet, causing DNS errors despite correct configuration. Disabling ingress validation allows the installation to proceed, assuming the ingress will work once the Runtime is fully operational.
178
+
179
+
Similar to disabling installation validation globally, you disable the validation for ingress by either adding the flag to the Helm install command or adding the relevant section to the values file.
@@ -188,9 +210,6 @@ If this is the first GitOps Runtime installation in your Codefresh account, inst
188
210
The Codefresh `values.yaml` located [here](https://github.com/codefresh-io/gitops-runtime-helm/blob/main/charts/gitops-runtime/){:target="\_blank"}, contains all the arguments you can configure, including optional ones. See ???
189
211
190
212
191
-
192
-
193
-
194
213
### Before you begin
195
214
* Make sure you meet the [minimum requirements](#minimum-system-requirements) for installation
0 commit comments