X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F10-Nexus%2Fhelm%2Ftemplates%2FpersistentVolume.yaml;h=08861a74a8a031bffae6c219828a82ee7f189562;hb=563da71692a22c4ad04089f756fcebb86944e787;hp=dfdbd21c6b86c6562bda295e209174c455a56dbb;hpb=19c304cff17ce836f1f7770cb43efc17eaccbc9a;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/helm/templates/persistentVolume.yaml b/ric-infra/10-Nexus/helm/templates/persistentVolume.yaml index dfdbd21c..08861a74 100644 --- a/ric-infra/10-Nexus/helm/templates/persistentVolume.yaml +++ b/ric-infra/10-Nexus/helm/templates/persistentVolume.yaml @@ -1,16 +1,16 @@ apiVersion: v1 kind: PersistentVolume metadata: - name: nexus3-configuration + name: pv-{{ include "common.name.nexus" . }} spec: capacity: - storage: {{ .Values.storagesize }} + storage: {{ .Values.nexus.storagesize }} accessModes: - ReadWriteOnce persistentVolumeReclaimPolicy: Retain - storageClassName: nexus3-storage + storageClassName: storageclass-{{ include "common.name.nexus" . }} local: - path: {{ .Values.datapath }} + path: {{ .Values.nexus.datapath }} nodeAffinity: required: nodeSelectorTerms: