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