Merge "[tiller] Disable monitoring by default, enable in gate"

This commit is contained in:
Zuul 2019-01-30 04:12:47 +00:00 committed by Gerrit Code Review
commit 8028bcb641
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ endpoints:
monitoring:
prometheus:
enabled: true
enabled: false
tiller:
scrape: true
port: 44135

View File

@ -51,7 +51,7 @@
delegate_to: 127.0.0.1
block:
- name: install tiller release
command: helm install /opt/charts/tiller --name tiller --namespace kube-system --wait
command: helm install /opt/charts/tiller --name tiller --namespace kube-system --set monitoring.prometheus.enabled=true --wait
environment:
HELM_HOST: 'localhost:44134'
- name: get the status for tiller release