openscanhub: fix the name of pvc for /var/lib/osh
Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
4c2d51a0aa
commit
c43923ec05
2 changed files with 3 additions and 3 deletions
|
@ -37,8 +37,8 @@
|
|||
when: env == "staging"
|
||||
- role: openshift/object
|
||||
app: openscanhub
|
||||
template: pvc-var-lib-osh.yml
|
||||
objectname: pvc-var-lib-osh.yml
|
||||
template: openscanhub-pvc-var-lib-osh.yml
|
||||
objectname: openscanhub-pvc-var-lib-osh
|
||||
- role: openshift/keytab
|
||||
app: openscanhub
|
||||
key: service.keytab
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: PersistentVolumeClaim
|
||||
metadata:
|
||||
name: pvc-var-lib-osh
|
||||
name: openscanhub-pvc-var-lib-osh
|
||||
spec:
|
||||
# TODO: This name should be set when `storageClassName` is NFS
|
||||
# volumeName: fedora-openscanhub-var-lib-osh-{{env_short}}
|
Loading…
Add table
Add a link
Reference in a new issue