diff --git a/argo1/values.yaml b/argo1/values.yaml index 6f37a47..b9c82af 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -6,7 +6,8 @@ bootstrap: argo-cd: crds: - install: false + install: true + keep: false configs: params: @@ -30,28 +31,28 @@ argo-cd: tls: - hosts: *ghosts secretName: wildcard-tls -#argocd-apps: -# applications: -# - name: argo1 -# destination: -# name: in-cluster -# namespace: argocd -# source: -# path: . -# repoURL: 'https://git.strudelline.net/infra/argo1' -# targetRevision: main -# sources: [] -# project: default -# syncPolicy: -# automated: -# prune: false -# selfHeal: true -# syncOptions: -# - CreateNamespace=true -# retry: -# limit: 10 -# backoff: -# duration: 5s -# maxDuration: 3m0s -# factor: 2 +argocd-apps: + applications: + - name: argo1 + destination: + name: in-cluster + namespace: argocd + source: + path: argo1 + repoURL: 'https://git.strudelline.net/infra/argocd' + targetRevision: main + sources: [] + project: default + syncPolicy: + automated: + prune: false + selfHeal: true + syncOptions: + - CreateNamespace=true + retry: + limit: 10 + backoff: + duration: 5s + maxDuration: 3m0s + factor: 2