Tried installing with using an existingSecret in values.yaml:
helm upgrade listmonk listmonk \
--create-namespace \
--install \
--namespace listmonk \
--repo https://th0th.github.io/helm-charts \
--values values.yaml \
--version 5.0.3-3
fails with:
Release "listmonk" does not exist. Installing it now.
Error: execution error at (listmonk/templates/secret-postgres.yaml:9:15): A valid .Values.postgres.password is required
Tried installing with using an existingSecret in values.yaml:
fails with: