From eb418e9a8dc2e9d7ed343f2e15d6a132552599ac Mon Sep 17 00:00:00 2001 From: Mike Elliott Date: Mon, 26 Mar 2018 11:39:22 -0400 Subject: [PATCH] Fix make of multicloud helm chart Can't build OOM project due to linting failure on multicloud Helm chart. Fixed filebeat definition in windriver deployment descriptor. Change-Id: I3d513fb81c4c8710265b3a780a0f3074dc4227fc Issue-ID: OOM-829 Signed-off-by: Mike Elliott --- kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml b/kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml index 8d9ec35571..c1b385865b 100644 --- a/kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml +++ b/kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml @@ -66,7 +66,7 @@ spec: timeoutSeconds: 10 successThreshold: 1 failureThreshold: 5 - - image: {{ .Values.image.filebeat }} + - image: {{ .Values.image.filebeat }} imagePullPolicy: {{ .Values.pullPolicy }} name: filebeat-onap volumeMounts: -- 2.16.6