openstack-helm/maas/templates/configmap-bin.yaml
2017-02-10 17:03:42 -08:00

12 lines
388 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: maas-bin
data:
start.sh: |
{{ tuple "bin/_start.sh.tpl" . | include "template" | indent 4 }}
maas-region-controller.postinst: |
{{ tuple "bin/_maas-region-controller.postinst.tpl" . | include "template" | indent 4 }}
register-rack-controller.sh: |
{{ tuple "bin/_register-rack-controller.sh.tpl" . | include "template" | indent 4 }}