Merge "Ceph: Make provision_storage_class have an effect"

This commit is contained in:
Jenkins 2017-10-13 15:52:36 +00:00 committed by Gerrit Code Review
commit 4512d56c28

View File

@ -17,6 +17,7 @@ limitations under the License.
{{- if .Values.manifests.storageclass }}
{{- $envAll := . }}
{{- if .Values.deployment.ceph }}
{{- if .Values.storageclass.provision_storage_class }}
---
apiVersion: storage.k8s.io/v1
kind: StorageClass
@ -33,3 +34,4 @@ parameters:
userSecretName: {{ .Values.storageclass.user_secret_name }}
{{- end }}
{{- end }}
{{- end }}