Open
Description
There is an error with the "volumeMounts" section (which is commented by default).
You should change it by the correct one. Like this:
# TODO: User persistent disks, volumes and claims for the following
volumeMounts:
- name: pg-data
mountPath: /var/lib/postgresql/data
volumes:
- name: pg-data
persistentVolumeClaim:
claimName: pg-data-claim