1d4b755de5326c9edd186cbccf3a4dcc77ce1b4b
[multicloud/k8s.git] / starlingx / demo / firewall-host-netdevice / charts / sink-host-netdevice / templates / configmap.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: {{ .Chart.Name }}-scripts-configmap
5   labels:
6     release: {{ .Release.Name }}
7     app: {{ include "firewall.name" . }}
8     chart: {{ .Chart.Name }}
9 data:
10 {{ tpl (.Files.Glob "resources/scripts/init/*").AsConfig . | indent 2 }}