openscanhub: fix the name of pvc for /var/lib/osh

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-02-14 18:05:24 +01:00
parent 4c2d51a0aa
commit c43923ec05
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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}}