Remove prometheus operator from Kubespray (#2658)

Kubespray should not install any helm charts. This is a task
that a user should do on his/her own through ansible or another
tool. It opens the door to wrapping installation of any helm
chart.
This commit is contained in:
Matthew Mosesohn
2018-04-13 18:53:39 +03:00
committed by GitHub
parent e95ba800ea
commit 49e3665d96
5 changed files with 1 additions and 56 deletions

View File

@@ -16,7 +16,5 @@ deploy_netchecker: true
kubedns_min_replicas: 1
cloud_provider: gce
kube_encrypt_secret_data: true
prometheus_operator_enabled: true
k8s_metrics_enabled: true
ingress_nginx_enabled: true
cert_manager_enabled: true