feat: Remove PostgreSQL authentication environment variables from StatefulSet

This commit is contained in:
Simon Larsen
2025-09-04 19:48:21 +01:00
parent a326e7084e
commit 1e2a30823c

View File

@@ -70,10 +70,6 @@ spec:
key: postgres-password
- name: PGDATA
value: "/var/lib/postgresql/data/pgdata"
- name: POSTGRES_HOST_AUTH_METHOD
value: "md5"
- name: POSTGRES_INITDB_ARGS
value: "--auth-host=md5"
livenessProbe:
exec:
command: