reportportal / kubernetes

Kubernetes/Helm configs for ReportPortal
https://reportportal.io
Apache License 2.0
77 stars 192 forks source link

feat: allow parametrization of db password key #397

Closed piotr-smietana-kaseya closed 4 months ago

piotr-smietana-kaseya commented 4 months ago

Our team uses Postgres Zalando operator inside K8s cluster. It creates a Secret with a database password under the password key. Parametrization of this value would allow us to use Postgres Zalando operator by changing the hardcoded postgresql-password to a password key.

The same as concept as https://github.com/reportportal/kubernetes/blob/dc395f749866056a52a6c874cdf0878c5996441d/reportportal/values.yaml#L226

piotr-smietana-kaseya commented 4 months ago

@hlebkanonik @raikbitters Could you take a look, please? :)