From: Michael O'Brien Date: Mon, 23 Jul 2018 21:31:05 +0000 (-0400) Subject: fix clamp filebeat data dir X-Git-Tag: 3.0.0-ONAP~484 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=efcadf51145f47f1acf2466cb4f3f28c723307ce;p=oom.git fix clamp filebeat data dir Change-Id: Iddb67740af94678f2ea60eb610aef9e407e9af36 Issue-ID: CLAMP-199 Signed-off-by: Michael O'Brien --- diff --git a/kubernetes/clamp/templates/deployment.yaml b/kubernetes/clamp/templates/deployment.yaml index fb06d834f4..bc0eac7b88 100644 --- a/kubernetes/clamp/templates/deployment.yaml +++ b/kubernetes/clamp/templates/deployment.yaml @@ -55,7 +55,7 @@ spec: mountPath: /usr/share/filebeat/filebeat.yml subPath: filebeat.yml - name: {{ include "common.fullname" . }}-data-filebeat - mountPath: /usr/share/filebeat/datag + mountPath: /usr/share/filebeat/data - name: {{ include "common.fullname" . }}-logs mountPath: /var/log/onap - name: {{ include "common.name" . }}