blob: 40d4909ebf5605a012a5d6542bb9ca32de6c7235 [file] [log] [blame]
mayankg270319ce2792018-02-05 07:12:32 +00001#{{ if not .Values.disableAaiAaiService }}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 name: aai-deployment-configmap
6 namespace: {{ .Values.nsPrefix }}-aai
7data:
8{{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }}
9#{{ end }}