add configDB.cong support with secret
Some checks are pending
Build Helm Chart / helm-package (pull_request) Waiting to run

This commit is contained in:
2024-10-11 10:04:30 +02:00
parent e53fe5afd3
commit 25c67b5329
4 changed files with 31 additions and 2 deletions

View File

@@ -64,6 +64,12 @@ timezone: "Europe/Berlin"
configtype: "fhem.cfg.demo"
### ENDE Container environment variables
### if configtype configDB set, set the follow connection settings for a secret
dbConfig:
connection: ""
user: ""
password: ""
serviceAccount:
# Specifies whether a service account should be created
create: false