Oteemo / charts

Helm chart repository
https://oteemo.github.io/charts
MIT License
181 stars 234 forks source link

Added possibility to define a custom pg password secret key #267

Closed AlexejLiebenthal closed 3 years ago

AlexejLiebenthal commented 3 years ago

In my case the postgres secret is already present in the namespace with the keys username and password. So I needed a possibility to change the default key from postgresql-password to password.

There is now a new Value postgresql.existingSecretPasswordKey which defines the key in which the password is stored.