From 66345a5d1f5b1c808c5e005d9d69669e446e7ded Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 4 Oct 2019 15:15:58 -0400 Subject: [PATCH] openshift-apps/coreos-ostree-importer: add more information to pvc.yml --- .../coreos-ostree-importer/templates/pvc.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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