Added ArgoCD sync retry to Grafana

This commit is contained in:
Richard Robert Reitz 2025-03-02 13:18:04 +01:00
parent 65c5321ce6
commit efa3a6e4dc

View file

@ -15,6 +15,8 @@ spec:
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true # do not copy metdata, since (because of its large size) it can lead to sync failure - ServerSideApply=true # do not copy metdata, since (because of its large size) it can lead to sync failure
retry:
limit: -1
destination: destination:
name: in-cluster name: in-cluster
namespace: monitoring namespace: monitoring