Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
5b2df8cc0f7105bb23b6fd082c59b1a0feaf1e87
/
.
/
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 }}