add app home assistant core
This commit is contained in:
15
kubernetes/apps/home-assistant/home-assistant.yaml
Normal file
15
kubernetes/apps/home-assistant/home-assistant.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: home-assistant-core
|
||||
namespace: home-assistant
|
||||
spec:
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
path: ./kubernetes/apps/home-assistant/app/core
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
namespace: flux-system
|
||||
name: flux-system
|
||||
Reference in New Issue
Block a user