From 5a4ffdc331a087915a0972c35671fdc98ea0f2c6 Mon Sep 17 00:00:00 2001 From: shadowlegend Date: Sat, 15 Feb 2025 00:14:33 +0700 Subject: [PATCH] chore: add retry to bootstrap + add dragonfly operator --- argocd/bootstrap.yml | 5 +++++ argocd/infra/kustomization.yml | 2 ++ 2 files changed, 7 insertions(+) diff --git a/argocd/bootstrap.yml b/argocd/bootstrap.yml index b04ed7d..c040c6c 100644 --- a/argocd/bootstrap.yml +++ b/argocd/bootstrap.yml @@ -8,6 +8,11 @@ spec: syncPolicy: automated: selfHeal: true + retry: + limit: 4 + backoff: + duration: 8s + factor: 2 project: default sources: - repoURL: https://gitea.internal.ekycsolutions.com/EKYCSolutions/argocd-dev-apps diff --git a/argocd/infra/kustomization.yml b/argocd/infra/kustomization.yml index 386708d..1ca1e20 100644 --- a/argocd/infra/kustomization.yml +++ b/argocd/infra/kustomization.yml @@ -4,3 +4,5 @@ kind: Kustomization resources: - apps.yml +- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/main/manifests/dragonfly-operator.yaml +