
This work is dependant on the Common Chart elements introduced with the Heat PR, and should not be merged prior to https://github.com/att-comdev/openstack-helm/pull/77
10 lines
251 B
YAML
10 lines
251 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cinder-etc
|
|
data:
|
|
cinder.conf: |+
|
|
{{ tuple "etc/_cinder.conf.tpl" . | include "template" | indent 4 }}
|
|
api-paste.ini: |+
|
|
{{ tuple "etc/_cinder-api-paste.ini.tpl" . | include "template" | indent 4 }}
|