openscanhub: remove openscanhub-pvc-osh-configs pvc

... as it should not be needed.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-02-14 18:50:02 +01:00 committed by kevin
parent 2effd14627
commit 3041879bdb

View file

@ -49,8 +49,6 @@ spec:
volumeMounts:
- mountPath: /var/lib/osh/
name: openscanhub-pvc-var-lib-osh
- mountPath: /mnt/osh-configs
name: openscanhub-pvc-osh-configs
- mountPath: /etc/keytabs
name: openscanhub-keytab
- mountPath: /usr/lib/python3.9/site-packages/osh/hub/settings_local.py
@ -65,9 +63,6 @@ spec:
- name: openscanhub-pvc-var-lib-osh
persistentVolumeClaim:
claimName: openscanhub-pvc-var-lib-osh
- name: openscanhub-pvc-osh-configs
persistentVolumeClaim:
claimName: openscanhub-pvc-osh-configs
- name: openscanhub-keytab
secret:
defaultMode: 420