diff --git a/apps/root.yaml b/apps/root.yaml new file mode 100644 index 0000000..129506d --- /dev/null +++ b/apps/root.yaml @@ -0,0 +1,22 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: root + namespace: argocd +spec: + project: workshop + source: + repoURL: https://github.com/shautvast/ops-demo.git + targetRevision: HEAD + path: apps + directory: + recurse: true + destination: + server: https://kubernetes.default.svc + namespace: argocd + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true