summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>2018-03-26 20:11:17 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-26 20:11:17 +0000
commitee394eae027102d875c600e28f57ca8486c77f2e (patch)
treeabc7a545d64b6a4e1a57e2fa9953e3024fc0eab1 /kubernetes
parent0eccf6a7e0b9c1d5d93d364d611329f4fc4dabcf (diff)
parenteb418e9a8dc2e9d7ed343f2e15d6a132552599ac (diff)
Merge "Fix make of multicloud helm chart"
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/multicloud/templates/multicloud-windriver-deployment.yaml2
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: