From cfc3673a8550d24f1f074c74e646ba8fa7c8e00f Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 26 Oct 2023 14:33:00 +0200 Subject: [PATCH] ArgoCD manages ArgoCD Signed-off-by: Martyn Ranyard --- everything-app/argocd.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 everything-app/argocd.yaml 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