X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fdashboard%2Ftemplates%2FpersistentVolumeClaim.yaml;h=c436a42471d118dfe59afb82a6326226fbeb02df;hb=refs%2Fchanges%2F41%2F741%2F6;hp=a13dde14933f469a09cc4c1277b843687a406909;hpb=2228149af0395d32bcc5de1f9d312a9882246b12;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/persistentVolumeClaim.yaml b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/persistentVolumeClaim.yaml index a13dde14..c436a424 100644 --- a/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/persistentVolumeClaim.yaml +++ b/ric-aux/80-Auxiliary-Functions/helm/dashboard/templates/persistentVolumeClaim.yaml @@ -5,7 +5,7 @@ metadata: spec: accessModes: - ReadWriteOnce - storageClassName: storageclass-{{ include "common.name.dashboard" . }} + storageClassName: {{ .Values.dashboard.storageclass | default (printf "storageclass-%s" ( include "common.name.dashboard" . )) }} resources: requests: storage: {{ .Values.dashboard.storagesize }}