Run all components in one namespace
[oom.git] / kubernetes / sdnc / templates / dmaap-deployment-configmap.yaml
1 #{{ if not .Values.disableSdncDmaap }}
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: sdnc-dmaap-configmap
6   namespace: {{ .Values.nsPrefix }}
7 data:
8 {{ tpl (.Files.Glob "resources/config/dmaap/*").AsConfig . | indent 2 }}
9 #{{ end }}