chore: add retry to bootstrap + add dragonfly operator
This commit is contained in:
parent
b9bb437de6
commit
5a4ffdc331
@ -8,6 +8,11 @@ spec:
|
|||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
retry:
|
||||||
|
limit: 4
|
||||||
|
backoff:
|
||||||
|
duration: 8s
|
||||||
|
factor: 2
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://gitea.internal.ekycsolutions.com/EKYCSolutions/argocd-dev-apps
|
- repoURL: https://gitea.internal.ekycsolutions.com/EKYCSolutions/argocd-dev-apps
|
||||||
|
|||||||
@ -4,3 +4,5 @@ kind: Kustomization
|
|||||||
|
|
||||||
resources:
|
resources:
|
||||||
- apps.yml
|
- apps.yml
|
||||||
|
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/dragonfly-operator.yaml
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user