(bootstrap) Turn down tiller verbosity

- The pod running tiller during bootstrap had verbosity 99
  making the tiller logs almost unusable. Turn this down.

Change-Id: I6a93d7948e7db96ee95894d685a410aa0b82500a
This commit is contained in:
Scott Hussey 2019-01-23 15:40:00 -06:00
parent 04da7585ff
commit 885a32a0c7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ spec:
- /tiller
- -logtostderr
- -v
- "99"
- "5"
imagePullPolicy: IfNotPresent
livenessProbe:
failureThreshold: 3