From f5ac22c46f297a301b1a4602bc7e4e3453f91f5b Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 14 Nov 2023 16:52:23 +0100 Subject: [PATCH] this could be interesting.... Signed-off-by: Martyn Ranyard --- everything-app/zigbee2mqtt.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 everything-app/zigbee2mqtt.yaml diff --git a/everything-app/zigbee2mqtt.yaml b/everything-app/zigbee2mqtt.yaml new file mode 100644 index 0000000..68de377 --- /dev/null +++ b/everything-app/zigbee2mqtt.yaml @@ -0,0 +1,17 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: zigbee2mqtt + namespace: argocd +spec: + destination: + namespace: zigbee2mqtt + server: https://kubernetes.default.svc + project: infra + source: + path: apps-kustomized/zigbee2mqtt + repoURL: https://git.martyn.berlin/martyn/infra4talos + targetRevision: HEAD + syncPolicy: + automated: + selfHeal: true