diff --git a/everything-app/argocd.yaml b/everything-app/argocd.yaml new file mode 100644 index 0000000..f890f35 --- /dev/null +++ b/everything-app/argocd.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: argocd + namespace: argocd +spec: + destination: + namespace: argocd + server: https://kubernetes.default.svc + project: default + source: + path: manifests/cluster-install + repoURL: https://github.com/argoproj/argo-cd + targetRevision: HEAD