summaryrefslogtreecommitdiffstats
path: root/kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml
diff options
context:
space:
mode:
authorBorislav Glozman <Borislav.Glozman@amdocs.com>2019-12-11 14:07:20 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-11 14:07:20 +0000
commit289bd43809204ca8e4c0662b06c1c775e6333d8c (patch)
tree930dc5d3fb89e043ea82179da0139bd4df65e74c /kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml
parent408d8af2ab72c4697a95176b50443837b5f8fc40 (diff)
parenta1f93014d079919c82738157bf539a5d7b91274a (diff)
Merge "[Multicloud] Use global storage templates for PVC"
Diffstat (limited to 'kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml')
-rw-r--r--kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml b/kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml
index 5bc04cdfd3..d138732565 100644
--- a/kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml
+++ b/kubernetes/multicloud/charts/multicloud-windriver/templates/pvc.yaml
@@ -30,11 +30,9 @@ metadata:
{{ toYaml .Values.persistence.annotations | indent 4 }}
{{- end }}
spec:
- selector:
- matchLabels:
- app: {{ include "common.name" . }}
accessModes:
- {{ .Values.persistence.accessMode }}
+ storageClassName: {{ include "common.storageClass" . }}
resources:
requests:
storage: {{ .Values.persistence.size }}