From 2772bfd79ce31f4478109b4177dcb2ff3f7538de Mon Sep 17 00:00:00 2001 From: Jared Edwards Date: Tue, 19 Mar 2024 11:59:57 -0600 Subject: [PATCH] add argocd application.yaml --- .../mgmt/components/argocd/application.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 civo-github/templates/mgmt/components/argocd/application.yaml diff --git a/civo-github/templates/mgmt/components/argocd/application.yaml b/civo-github/templates/mgmt/components/argocd/application.yaml new file mode 100644 index 000000000..6361e0d04 --- /dev/null +++ b/civo-github/templates/mgmt/components/argocd/application.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argocd-kustomized-app + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: argocd + server: https://kubernetes.default.svc + project: default + source: + path: registry/clusters//components/argocd + repoURL: '' + targetRevision: HEAD + kustomize: + forceCommonLabels: true + forceCommonAnnotations: true + syncPolicy: + syncOptions: + - CreateNamespace=true + - ServerSideApply=true