Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
oom
/
6c51bae72387f508a3aaada83ee1dd299cd1413c
/
.
/
kubernetes
/
aai
/
templates
/
aai-filebeat-configmap.yaml
blob: 2ca1ac2df5f98f93a5a7736faf6e30738e9c329b [
file
] [
log
] [
blame
]
#{{ if not .Values.disableAaiAaiResources }}
apiVersion:
v1
kind:
ConfigMap
metadata:
name:
aai
-
filebeat
-
configmap
namespace:
{{ .Values.nsPrefix }}
data:
{{ tpl (.Files.Glob
"resources/config/log/filebeat/*"
).AsConfig .
|
indent 2 }}
#{{ end }}