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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user