f34441a373
This commit adds support for a Ceph RBD backend
7 lines
199 B
Smarty
7 lines
199 B
Smarty
[client.{{ .Values.ceph.cinder_user }}]
|
|
{{- if .Values.ceph.cinder_keyring }}
|
|
key = {{ .Values.ceph.cinder_keyring }}
|
|
{{- else }}
|
|
key = {{- include "secrets/ceph-client-key" . -}}
|
|
{{- end }}
|