From 9e1df63e7701c1630a4e0f8a7179b70e1b21c174 Mon Sep 17 00:00:00 2001 From: Aaron Schlesinger Date: Fri, 3 Jun 2016 14:48:06 -0700 Subject: [PATCH] using spaces in the tiller manifest yaml --- pkg/client/install.go | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pkg/client/install.go b/pkg/client/install.go index 4dc5243d3..0e4ecd9c3 100644 --- a/pkg/client/install.go +++ b/pkg/client/install.go @@ -107,16 +107,16 @@ spec: - containerPort: 44134 name: tiller imagePullPolicy: Always - livenessProbe: - httpGet: - path: /liveness - port: 44135 - initialDelaySeconds: 1 - timeoutSeconds: 1 - readinessProbe: - httpGet: - path: /readiness - port: 44135 - initialDelaySeconds: 1 - timeoutSeconds:1 + livenessProbe: + httpGet: + path: /liveness + port: 44135 + initialDelaySeconds: 1 + timeoutSeconds: 1 + readinessProbe: + httpGet: + path: /readiness + port: 44135 + initialDelaySeconds: 1 + timeoutSeconds: 1 `