How safe is to have a “hardcoded” password for DB which is not exposed outside K8S cluster?
I have a service within a K8S cluster which requires a database to store it’s data (lets say Postgres).
Cannot connect to PostgreSQL deployed with Helm
I followed the instructions in this article to deploy a helm chart for postgresql.