Dedicated hardware poller + read-only consumers #4

Open
adamksmith wants to merge 13 commits from feat/dedicated-poller into main
Showing only changes of commit d7f2ae69ca - Show all commits

View File

@@ -23,6 +23,11 @@ spec:
create: true create: true
transformation: transformation:
excludeRaw: true excludeRaw: true
# Drop ALL passthrough source keys (api_key, vantage_*, etc.) — keep only
# the templated MQTT_USERNAME/MQTT_PASSWORD below. Without this, envFrom
# would inject the entire home_assistant secret into the web container.
excludes:
- ".*"
templates: templates:
MQTT_USERNAME: MQTT_USERNAME:
text: '{{ .Secrets.mqtt_user }}' text: '{{ .Secrets.mqtt_user }}'