home-assistant: Migrate to Sealed Secrets

The only Secret object in the *home-assistant* namespace is the `passwd`
file for Mosquitto.
This commit is contained in:
2023-10-13 19:07:21 -05:00
parent 0592f450c4
commit 84091869f1
2 changed files with 16 additions and 5 deletions

View File

@@ -5,6 +5,7 @@ namespace: home-assistant
resources:
- namespace.yaml
- secrets.yaml
- home-assistant.yaml
- mosquitto-cert.yaml
- mosquitto.yaml
@@ -19,11 +20,6 @@ configMapGenerator:
files:
- mosquitto.conf
secretGenerator:
- name: mosquitto
files:
- passwd=mosquitto.passwd
patches:
- patch: |-
apiVersion: apps/v1