forked from DevFW-CICD/stacks
Added ArgoCD sync retry to Grafana
This commit is contained in:
parent
65c5321ce6
commit
efa3a6e4dc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue