From efcadf51145f47f1acf2466cb4f3f28c723307ce Mon Sep 17 00:00:00 2001 From: Michael O'Brien Date: Mon, 23 Jul 2018 17:31:05 -0400 Subject: [PATCH] fix clamp filebeat data dir Change-Id: Iddb67740af94678f2ea60eb610aef9e407e9af36 Issue-ID: CLAMP-199 Signed-off-by: Michael O'Brien --- kubernetes/clamp/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . }} -- 2.16.6