18 lines
668 B
YAML
18 lines
668 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: glance-etc
|
|
data:
|
|
ceph.conf: |+
|
|
{{ tuple "etc/_ceph.conf.tpl" . | include "template" | indent 4 }}
|
|
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 }}
|
|
glance-api-paste.ini: |+
|
|
{{ tuple "etc/_glance-api-paste.ini.tpl" . | include "template" | indent 4 }}
|
|
glance-registry.conf: |+
|
|
{{ tuple "etc/_glance-registry.conf.tpl" . | include "template" | indent 4 }}
|
|
policy.json: |+
|
|
{{ tuple "etc/_policy.json.tpl" . | include "template" | indent 4 }}
|