From bc4844a7742bec997b639bbdb1031746f225d708 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Thu, 7 Nov 2024 22:03:12 +0100 Subject: [PATCH] test --- apps/templates/app-test-1.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 apps/templates/app-test-1.yaml diff --git a/apps/templates/app-test-1.yaml b/apps/templates/app-test-1.yaml new file mode 100644 index 0000000..10addeb --- /dev/null +++ b/apps/templates/app-test-1.yaml @@ -0,0 +1,16 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: app-test-1 + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: test-app + server: {{ .Values.spec.destination.server }} + project: default + source: + path: app-test-1 + repoURL: {{ .Values.spec.source.repoURL }} + targetRevision: {{ .Values.spec.source.targetRevision }} \ No newline at end of file