blob: 6aeaa9f4c95af15b68031d5d1c0845266cbd015e [file] [log] [blame]
mayankg27039a57f4d2018-01-31 13:55:56 +00001#{{ if not .Values.disableSdncUeb }}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 name: sdnc-ueb-configmap
BorislavG8bfc6cf2018-02-27 15:04:26 +00006 namespace: {{ .Values.nsPrefix }}
mayankg27039a57f4d2018-01-31 13:55:56 +00007data:
8{{ tpl (.Files.Glob "resources/config/ueb/*").AsConfig . | indent 2 }}
9#{{ end }}