worried-soccer-67640
09/08/2022, 4:30 PMError: couldn't find key postgresql-postgres-password in Secret mynamespace/infracost-postgresql
so i added postgresql-postgres-password
as a key and removed postgresql-password
.
then the error changes to:
Error: couldn't find key postgresql-password in Secret atlantis/infracost-postgresql
then i added postgresql-password
as another key in the same secret, and the error disappeared.
so my secret now looks like the attached:little-author-61621
postgresql-password
is what we use. I know the bitnami chart we use uses postgresql-postgres-password
as well as postgresql-password
for setting the admin (postgres user) password which it looks like it’s requiring if a secret is passed and the username is not “postgres”.worried-soccer-67640
09/08/2022, 5:13 PM