summaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/aai-deployment-configmap.yaml
blob: 6684555bd0e1ab05d49a196a85443addf6010b9b (plain)
1
2
3
4
5
6
7
8
9
#{{ if not .Values.disableAaiAaiService }}
apiVersion: v1
kind: ConfigMap
metadata:
  name: aai-deployment-configmap
  namespace: {{ .Values.nsPrefix }}
data:
{{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }}
#{{ end }}