fix clamp filebeat data dir 25/57225/1
authorMichael O'Brien <frank.obrien@amdocs.com>
Mon, 23 Jul 2018 21:31:05 +0000 (17:31 -0400)
committerMichael O'Brien <frank.obrien@amdocs.com>
Mon, 23 Jul 2018 21:31:38 +0000 (17:31 -0400)
Change-Id: Iddb67740af94678f2ea60eb610aef9e407e9af36
Issue-ID: CLAMP-199
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
kubernetes/clamp/templates/deployment.yaml

index fb06d83..bc0eac7 100644 (file)
@@ -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" . }}