chore: add retry to bootstrap + add dragonfly operator

This commit is contained in:
shadowlegend 2025-02-15 00:14:33 +07:00
parent b9bb437de6
commit 5a4ffdc331
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -4,3 +4,5 @@ kind: Kustomization
resources: resources:
- apps.yml - apps.yml
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/dragonfly-operator.yaml