Fix make of multicloud helm chart 05/38605/2
authorMike Elliott <mike.elliott@amdocs.com>
Mon, 26 Mar 2018 15:39:22 +0000 (11:39 -0400)
committerMike Elliott <mike.elliott@amdocs.com>
Mon, 26 Mar 2018 15:42:16 +0000 (11:42 -0400)
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 <mike.elliott@amdocs.com>
kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml

index 8d9ec35..c1b3858 100644 (file)
@@ -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: