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