25 lines
560 B
YAML
25 lines
560 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: homeassistant
|
||
|
namespace: argocd
|
||
|
finalizers:
|
||
|
- resources-finalizer.argocd.argoproj.io
|
||
|
spec:
|
||
|
project: default
|
||
|
source:
|
||
|
repoURL: https://git.halia.dev/athens-school/hassio.git
|
||
|
targetRevision: k3s
|
||
|
path: manifests
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=false
|
||
|
- ApplyOutOfSyncOnly=true
|
||
|
- PruneLast=true
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: home-automation
|