diff --git a/_apps/apps.yaml b/_apps/apps.yaml new file mode 100644 index 0000000..3438ad1 --- /dev/null +++ b/_apps/apps.yaml @@ -0,0 +1,14 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: apps + namespace: argocd +spec: + destination: + namespace: argocd + server: https://kubernetes.default.svc + project: default + source: + path: _apps + repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git + targetRevision: HEAD