Enable tracing ability for tiller

- High verbosity doesn't log all RPC calls. So now allow tracing
  to be enabled on a deployment.

Change-Id: I12fe2ee9d1685906fcbbb6a417e249b793e8861c
This commit is contained in:
Scott Hussey 2018-03-09 11:01:20 -06:00
parent 3430283865
commit b9e96b0f47
2 changed files with 4 additions and 0 deletions

View File

@ -81,6 +81,9 @@ spec:
- -logtostderr
- -v
- {{ .Values.conf.tiller.verbosity | quote }}
{{- if .Values.conf.tiller.trace }}
- -trace
{{- end }}
ports:
- containerPort: 44134
name: tiller

View File

@ -35,6 +35,7 @@ deployment:
conf:
tiller:
verbosity: 5
trace: false
manifests:
deployment_tiller: true