diff options
Diffstat (limited to 'deployments/helm/servicemesh/metallb/templates/config.yaml')
-rw-r--r-- | deployments/helm/servicemesh/metallb/templates/config.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/deployments/helm/servicemesh/metallb/templates/config.yaml b/deployments/helm/servicemesh/metallb/templates/config.yaml new file mode 100644 index 00000000..da27eb38 --- /dev/null +++ b/deployments/helm/servicemesh/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 }} |