Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
d6d4dc5e2e4439e0c96517e24190d3f8a49a0fe6
/
.
/
kubernetes
/
aai
/
templates
/
aai-deployment-configmap.yaml
blob: 40d4909ebf5605a012a5d6542bb9ca32de6c7235 [
file
] [
log
] [
blame
]
#{{ 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 }}