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:
parent
393ed4cf47
commit
b4d873e1a1
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user