From ec9ac4cc9b748c50954365df1e97d980553b464b Mon Sep 17 00:00:00 2001 From: Juliano Mohr <1110178+juliaaano@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:44:18 +0000 Subject: [PATCH] FIX CNV GITOPS argocd health --- .../templates/openshift-gitops.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles_ocp_workloads/ocp4_workload_openshift_gitops/templates/openshift-gitops.yaml.j2 b/ansible/roles_ocp_workloads/ocp4_workload_openshift_gitops/templates/openshift-gitops.yaml.j2 index e4c1ecc6ca1..32d6bcf5132 100644 --- a/ansible/roles_ocp_workloads/ocp4_workload_openshift_gitops/templates/openshift-gitops.yaml.j2 +++ b/ansible/roles_ocp_workloads/ocp4_workload_openshift_gitops/templates/openshift-gitops.yaml.j2 @@ -124,6 +124,6 @@ spec: {{ ocp4_workload_openshift_gitops_ignore_differences | indent(4) }} {% endif %} {% if ocp4_workload_openshift_gitops_resource_health | length > 0 %} - resourceHealthChecks: + resourceHealthChecks: | {{ ocp4_workload_openshift_gitops_resource_health | regex_replace("\n(?!$)", "\n ") }} {% endif %}