Skip to content

Commit

Permalink
FIX workload gitops argocd health (#8825)
Browse files Browse the repository at this point in the history
* FIX CNV GITOPS argocd health

* FIX CNV GITOPS argocd health

* FIX workload gitops argocd health
  • Loading branch information
juliaaano authored and agonzalezrh committed Nov 21, 2024
1 parent 8059642 commit 2e47637
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ spec:
{% endif %}
{% if ocp4_workload_openshift_gitops_resource_health | length > 0 %}
resourceHealthChecks:
{{ ocp4_workload_openshift_gitops_resource_health | indent(4) }}
{{ ocp4_workload_openshift_gitops_resource_health | to_nice_yaml | indent(4) }}
{% endif %}

0 comments on commit 2e47637

Please sign in to comment.