diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-03-26 11:39:22 -0400 |
---|---|---|
committer | Mike Elliott <mike.elliott@amdocs.com> | 2018-03-26 11:42:16 -0400 |
commit | eb418e9a8dc2e9d7ed343f2e15d6a132552599ac (patch) | |
tree | 61092edbc79dd2d3bfa3226ef45171db9887102d | |
parent | 114736eb5119b023bc5f166a3b42aaf933b0b223 (diff) |
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 <mike.elliott@amdocs.com>
-rw-r--r-- | kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |