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