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