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