X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F10-Nexus%2Fhelm%2Ftemplates%2FpersistentVolumeClaim.yaml;h=0133e09f01c7fc5e48261982ce0cd3f3365449c2;hb=86b29e1012a61a131f54637ffa3a8814660c13dc;hp=b0f29ba48f774bccc3c3a19f2536c7ce43bc42e9;hpb=62b17b9e2ec2a91cc7d84f73821017c7c6b773a8;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/helm/templates/persistentVolumeClaim.yaml b/ric-infra/10-Nexus/helm/templates/persistentVolumeClaim.yaml index b0f29ba4..0133e09f 100644 --- a/ric-infra/10-Nexus/helm/templates/persistentVolumeClaim.yaml +++ b/ric-infra/10-Nexus/helm/templates/persistentVolumeClaim.yaml @@ -1,11 +1,11 @@ kind: PersistentVolumeClaim apiVersion: v1 metadata: - name: nexus-claim + name: pvc-{{ include "common.name.nexus" . }} spec: accessModes: - ReadWriteOnce - storageClassName: nexus3-storage + storageClassName: storageclass-{{ include "common.name.nexus" . }} resources: requests: - storage: {{ .Values.storagesize }} + storage: {{ .Values.nexus.storagesize }}