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