4479a0d93f
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
14 lines
371 B
YAML
14 lines
371 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: cinder-bin
|
|
data:
|
|
db-init.sh: |+
|
|
{{ tuple "bin/_db-init.sh.tpl" . | include "template" | indent 4 }}
|
|
ks-service.sh: |+
|
|
{{- include "common_keystone_service" . | indent 4 }}
|
|
ks-endpoints.sh: |+
|
|
{{- include "common_keystone_endpoints" . | indent 4 }}
|
|
ks-user.sh: |+
|
|
{{- include "common_keystone_user" . | indent 4 }}
|