Merge "[COMMON] fix primary PVC for postgres template"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Mon, 17 Feb 2020 12:58:44 +0000 (12:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 17 Feb 2020 12:58:44 +0000 (12:58 +0000)
kubernetes/common/postgres/templates/pvc-primary.yaml

index fa25f19..a47d3ed 100644 (file)
@@ -41,5 +41,4 @@ spec:
 {{- else }}
   storageClassName: {{ include "common.storageClass" . }}
 {{- end }}
-  storageClassName: "{{ include "common.fullname" . }}-primary"
 {{- end -}}