Add imageFormat and imageFeature support
Add imageFormat and imageFeature support Change-Id: I441bbf82031c70da8ac49730b8dc4e5ea08a6b7e
This commit is contained in:
parent
eaadfa6e93
commit
8c6d2c8543
@ -32,6 +32,8 @@ parameters:
|
||||
pool: {{ .Values.storageclass.pool }}
|
||||
userId: {{ .Values.storageclass.user_id }}
|
||||
userSecretName: {{ .Values.storageclass.user_secret_name }}
|
||||
imageFormat: {{ .Values.storageclass.image_format | quote }}
|
||||
imageFeatures: {{ .Values.storageclass.image_features }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
@ -309,6 +309,8 @@ storageclass:
|
||||
admin_secret_namespace: ceph
|
||||
user_id: admin
|
||||
user_secret_name: pvc-ceph-client-key
|
||||
image_format: "2"
|
||||
image_features: layering
|
||||
|
||||
endpoints:
|
||||
cluster_domain_suffix: cluster.local
|
||||
|
Loading…
Reference in New Issue
Block a user