openscanhub: remove name for staging pvc instance
This should be automatically generated for `ocs-storagecluster-cephfs`. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
dcb66ebc18
commit
7dd07af1d1
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ kind: PersistentVolumeClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: pvc-var-lib-osh
|
name: pvc-var-lib-osh
|
||||||
spec:
|
spec:
|
||||||
volumeName: fedora-openscanhub-var-lib-osh-{{env_short}}
|
# TODO: This name should be set when `storageClassName` is NFS
|
||||||
|
# volumeName: fedora-openscanhub-var-lib-osh-{{env_short}}
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteOnce
|
- ReadWriteOnce
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue