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 `