Skip to content

Commit

Permalink
Update postgres data mountpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
vincetse committed Feb 2, 2024
1 parent de82986 commit e47612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developing/postgres/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
value: {{ .Values.postgres.db }}
volumeMounts:
- name: data
mountPath: /var/lib/postgresql/data
mountPath: /var/lib/postgresql
readOnly: false
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit e47612c

Please sign in to comment.