aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/aai/templates/aai-deployment-configmap.yaml
blob: 40d4909ebf5605a012a5d6542bb9ca32de6c7235 (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 }}-aai
data:
{{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }}
#{{ end }}