diff --git a/09_homelab_apps/homelab-apps/templates/dawarich.yaml b/09_homelab_apps/homelab-apps/templates/dawarich.yaml new file mode 100644 index 0000000..a46b3c3 --- /dev/null +++ b/09_homelab_apps/homelab-apps/templates/dawarich.yaml @@ -0,0 +1,25 @@ +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: dawarich + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: dawarich + server: {{ $.Values.spec.destination.server }} + project: homelab + source: + path: . + repoURL: https://git.hnrx.net/k8s/dawarich.git + targetRevision: main + directory: + recurse: true + exclude: 'renovate.json' + syncPolicy: + automated: + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file