mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2026-01-10 09:31:32 +00:00
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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user