Skip to content

Commit

Permalink
fix: add retries to pe workshop argocd patch (#8978)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanshortiss authored Jan 15, 2025
1 parent 190b667 commit e37d67e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@

- name: Update resources for openshift-gitops ArgoCD instance
when: ocp4_workload_platform_engineering_workshop_openshift_gitops_update_resources | bool
retries: 10
delay: 30
kubernetes.core.k8s:
state: patched
definition: "{{ lookup('template', 'openshift-gitops/openshift-gitops.yaml.j2') | from_yaml }}"
Expand Down

0 comments on commit e37d67e

Please sign in to comment.