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