chown: /var/lib/postgresql/data/postgresql.conf: Read-only file system
问题 I solved a permission issue when mounting /var/lib/postgresql/data by following this answer with initContainers . Now I'm trying to mount postgresql.conf as a volume, and I'm running into a similar permissioning issue that throws chown: /var/lib/postgresql/data/postgresql.conf: Read-only file system . What could I be missing? I've tried a bunch of different variations with little luck. apiVersion: apps/v1beta1 kind: StatefulSet metadata: name: postgres labels: app: postgres spec: serviceName: