change postgres settings to import only password from secret

This commit is contained in:
2024-04-19 05:41:38 -06:00
parent 646e3a2c36
commit 1f498323a4
4 changed files with 15 additions and 38 deletions

View File

@@ -112,15 +112,16 @@ config:
secretIDKey: ""
## Postgresql
## All configuration is expected to be stored in a secret, reference the secret name and each key for the value
##
postgresql:
username: ""
database: ""
host: ""
port: ""
# -- Use a secret to store the pasword
existingSecretName: ""
usernameKey: ""
passwordKey: ""
databaseNameKey: ""
hostKey: ""
portKey: ""
## Configure the ingress resource that allows you to access the
## kyoo installation. Set up the URL