diff --git a/apps/resources/template.yaml b/apps/resources/template.yaml new file mode 100644 index 00000000..4412dcb4 --- /dev/null +++ b/apps/resources/template.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: TODO +spec: + destination: + name: in-cluster + namespace: TODO + server: '' + source: + path: '' + repoURL: 'TODO' + targetRevision: TODO + chart: TODO + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true