summaryrefslogtreecommitdiffstats
path: root/vnfs/DAaaS/deploy/00-init/metallb/templates/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/DAaaS/deploy/00-init/metallb/templates/config.yaml')
-rw-r--r--vnfs/DAaaS/deploy/00-init/metallb/templates/config.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/vnfs/DAaaS/deploy/00-init/metallb/templates/config.yaml b/vnfs/DAaaS/deploy/00-init/metallb/templates/config.yaml
new file mode 100644
index 00000000..da27eb38
--- /dev/null
+++ b/vnfs/DAaaS/deploy/00-init/metallb/templates/config.yaml
@@ -0,0 +1,9 @@
+{{- if .Values.config }}
+apiVersion: v1
+kind: ConfigMap
+metadata:
+ name: {{ template "metallb.fullname" . }}
+data:
+ config: |
+{{ toYaml .Values.config | indent 4 }}
+{{- end }}