diff --git a/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml b/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml index 92ceb6a2ba..0667f4b052 100644 --- a/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml +++ b/roles/openshift-apps/coreos-ostree-importer/templates/pvc.yml @@ -7,6 +7,11 @@ kind: PersistentVolumeClaim metadata: name: fedora-ostree-content-volume spec: + volumeName: "fedora-ostree-content-volume" + # This values are mostly ignored since we're using a named + # volume, but are required. accessModes: - ReadWriteMany - volumeName: "fedora-ostree-content-volume" + resources: + requests: + storage: 1Gi