Fix file name in configmap-etc.yaml

Overlooked a file extension in one of the data entries in the
etc configmap.
This commit is contained in:
Steve Wilkerson 2017-01-15 16:40:52 -06:00
parent 393ed4cf47
commit b4d873e1a1

View File

@ -5,7 +5,7 @@ metadata:
data:
ceph.conf: |+
{{ tuple "etc/_ceph.conf.tpl" . | include "template" | indent 4 }}
ceph.client.glance.keyring: |+
ceph.client.glance.keyring.yaml: |+
{{ tuple "etc/_ceph.client.glance.keyring.yaml.tpl" . | include "template" | indent 4 }}
glance-api.conf: |+
{{ tuple "etc/_glance-api.conf.tpl" . | include "template" | indent 4 }}