diff --git a/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/external-secret.yaml b/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/external-secret.yaml index d629dc519..95ea897c5 100644 --- a/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/external-secret.yaml +++ b/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/external-secret.yaml @@ -15,8 +15,8 @@ spec: template: engineVersion: v2 data: - config.json: "{{ .config.json }}" - ring-state.json: "{{ .ring-state.json }}" + config.json: "{{ .CONFIG_JSON }}" + ring-state.json: "{{ .RING_STATE_JSON }}" dataFrom: - extract: key: infra/techtales/home-automation/ring-mqtt diff --git a/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/helm-release.yaml b/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/helm-release.yaml index 0cd9f4fa7..0bb06e1bc 100644 --- a/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/helm-release.yaml +++ b/kubernetes/talos-flux/apps/home-automation/ring-mqtt/app/helm-release.yaml @@ -103,12 +103,10 @@ spec: credentials: type: secret name: ring-mqtt-config - advancedMounts: - ring-mqtt: - config: - - path: /data/config.json - subPath: config.json - readOnly: true - - path: /data/ring-state.json - subPath: ring-state.json - readOnly: true + globalMounts: + - path: /data/config.json + subPath: config.json + readOnly: true + - path: /data/ring-state.json + subPath: ring-state.json + readOnly: true diff --git a/kubernetes/talos-flux/flux/config/cluster-settings.yaml b/kubernetes/talos-flux/flux/config/cluster-settings.yaml index 63398664b..700b347a4 100644 --- a/kubernetes/talos-flux/flux/config/cluster-settings.yaml +++ b/kubernetes/talos-flux/flux/config/cluster-settings.yaml @@ -21,3 +21,5 @@ data: # SETTING_CILIUM_EMQX_ADDR: 192.168.1.83 SETTING_CILIUM_SYNCTHING_ADDR: 192.168.1.84 SETTING_CILIUM_ADGUARD_ADDR: 192.168.1.85 + + SETTING_VOLSYNC_BACKUP_SCHEDULE_ZIGBEE2MQTT: "0 * * * *" # hourly