18 lines
409 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: homeassistant-application
namespace: argocd
spec:
project: apps
source:
repoURL: https://github.com/moll-re/k3s-infra.git
targetRevision: HEAD
path: apps/homeassistant
destination:
server: https://kubernetes.default.svc
namespace: homeassistant
syncPolicy:
automated:
prune: true
selfHeal: true