diff --git a/templates/application_namespaces.yaml b/templates/application_namespaces.yaml new file mode 100644 index 0000000..cb5cb0b --- /dev/null +++ b/templates/application_namespaces.yaml @@ -0,0 +1,18 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: rollout-namespaces + namespace: argo-cd +spec: + destination: + server: https://kubernetes.default.svc + project: infrastructure + source: + path: namespaces + repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-argocd + targetRevision: main + + syncPolicy: + automated: + prune: true + selfHeal: true