40d4909ebf5605a012a5d6542bb9ca32de6c7235
[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 }}-aai
7 data:
8 {{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }}
9 #{{ end }}