By default, this chart currently uses pactbroker as the default password.
However, the postgresql helm chart (which is a requirement for this repo), automatically generates a random alphanumeric 10 character password and stores it as a kubernetes secret.
The deployments.yaml should detect if the {{ .Values.postgresql.postgresPassword }} is blank, in which case, it should simply load the POSTGRESS_PASSWORD via :
By default, this chart currently uses
pactbroker
as the default password.However, the postgresql helm chart (which is a requirement for this repo), automatically generates a random alphanumeric 10 character password and stores it as a kubernetes secret.
The deployments.yaml should detect if the
{{ .Values.postgresql.postgresPassword }}
is blank, in which case, it should simply load the POSTGRESS_PASSWORD via :Otherwise, just use the password specified. So here, something like:
This is a more secure way instead of using the default of
pact-broker