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.
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 hardcodedpostgresql-password
to apassword
key.The same as concept as https://github.com/reportportal/kubernetes/blob/dc395f749866056a52a6c874cdf0878c5996441d/reportportal/values.yaml#L226