Skip to content

replication-controller.yaml volumeMounts error #10

Open
@msanchezt

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

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions