Increase tiller verbosity

This commit is contained in:
Mark Burnett 2017-07-26 11:13:37 -05:00
parent c9642b47f4
commit 103e66a3b3
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ spec:
- name: TILLER_NAMESPACE
value: kube-system
image: {{ config['Versions']['images']['tiller'] }}
command:
- /tiller
- -logtostderr
- -v
- "99"
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3