We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289ebec commit a8e32d2Copy full SHA for a8e32d2
1 file changed
templates/postgresql/postgresql-statefulset.yaml
@@ -24,6 +24,7 @@ spec:
24
containers:
25
- image: "{{ .Values.api.image.repository }}/postgresql:{{ .Values.postgresql.image.tag | default .Chart.AppVersion }}"
26
name: postgresql
27
+ args: ["-c", "config_file=/etc/postgresql/postgresql.conf"]
28
securityContext:
29
seccompProfile:
30
type: RuntimeDefault
@@ -38,7 +39,7 @@ spec:
38
39
- mountPath: /docker-entrypoint-initdb.d/initdb.sh
40
name: postgresql-initdb
41
subPath: initdb.sh
- - mountPath: /var/lib/postgresql/data/postgresql.conf
42
+ - mountPath: /etc/postgresql/postgresql.conf
43
name: postgresql-config
44
subPath: postgresql.conf
45
- mountPath: /dev/shm
0 commit comments