openshift-apps: fixup fedora-ostree-content-volume PV consumers
We can't share the same exact PV into two PVCs in different projects but we can make two PVs for the same NFS share. Let's see if that works.
This commit is contained in:
parent
7cfcdec33b
commit
af7bd3386f
2 changed files with 8 additions and 4 deletions
|
@ -7,8 +7,10 @@ kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: fedora-ostree-content-volume
|
name: fedora-ostree-content-volume
|
||||||
spec:
|
spec:
|
||||||
volumeName: "fedora-ostree-content-volume"
|
# fedora-ostree-content-volume-1 is one of two PVs that share
|
||||||
# This values are mostly ignored since we're using a named
|
# the fedora-ostree-content NetApp volume
|
||||||
|
volumeName: "fedora-ostree-content-volume-1"
|
||||||
|
# These values are mostly ignored since we're using a named
|
||||||
# volume, but are required.
|
# volume, but are required.
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
|
|
|
@ -7,8 +7,10 @@ kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: fedora-ostree-content-volume
|
name: fedora-ostree-content-volume
|
||||||
spec:
|
spec:
|
||||||
volumeName: "fedora-ostree-content-volume"
|
# fedora-ostree-content-volume-2 is one of two PVs that share
|
||||||
# This values are mostly ignored since we're using a named
|
# the fedora-ostree-content NetApp volume
|
||||||
|
volumeName: "fedora-ostree-content-volume-2"
|
||||||
|
# These values are mostly ignored since we're using a named
|
||||||
# volume, but are required.
|
# volume, but are required.
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadWriteMany
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue