diff --git a/bootstrap/argocd/values.yaml b/bootstrap/argocd/values.yaml index 194e10b..46f17fe 100644 --- a/bootstrap/argocd/values.yaml +++ b/bootstrap/argocd/values.yaml @@ -8,6 +8,11 @@ configs: cm: timeout.reconciliation: 180s helm.timeoutSeconds: "300" + resource.customizations.health.networking.k8s.io_Ingress: | + hs = {} + hs.status = "Healthy" + hs.message = "Ingress is synced" + return hs redis: image: