Merge "Ceph: Make provision_storage_class have an effect"
This commit is contained in:
commit
4512d56c28
@ -17,6 +17,7 @@ limitations under the License.
|
|||||||
{{- if .Values.manifests.storageclass }}
|
{{- if .Values.manifests.storageclass }}
|
||||||
{{- $envAll := . }}
|
{{- $envAll := . }}
|
||||||
{{- if .Values.deployment.ceph }}
|
{{- if .Values.deployment.ceph }}
|
||||||
|
{{- if .Values.storageclass.provision_storage_class }}
|
||||||
---
|
---
|
||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
@ -33,3 +34,4 @@ parameters:
|
|||||||
userSecretName: {{ .Values.storageclass.user_secret_name }}
|
userSecretName: {{ .Values.storageclass.user_secret_name }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user