From 1b5b620cde8064892522849d5e9380046e40cca8 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 29 Apr 2026 20:48:27 +0200 Subject: add hello-world test app --- argocd/applications/hello-world.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 argocd/applications/hello-world.yaml (limited to 'argocd/applications/hello-world.yaml') diff --git a/argocd/applications/hello-world.yaml b/argocd/applications/hello-world.yaml new file mode 100644 index 0000000..d7e8115 --- /dev/null +++ b/argocd/applications/hello-world.yaml @@ -0,0 +1,21 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: hello-world + namespace: argocd +spec: + project: default + source: + repoURL: https://git.adjutor.xyz/homelab-gitops.git + targetRevision: main + path: apps/hello-world + destination: + server: https://kubernetes.default.svc + namespace: hello-world + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true -- cgit v1.2.3