Disable dashboard by default (#6804)

Users should opt in for features and not opt out.
This commit is contained in:
Hans Feldt 2020-10-11 17:06:47 +02:00 committed by GitHub
parent e6c28982dd
commit 92b1166dd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -43,10 +43,9 @@ netchecker_agent_group: 1000
netchecker_server_group: 1000
# Dashboard
dashboard_enabled: true
dashboard_replicas: 1
# Namespace for dashboad
# Namespace for dashboard
dashboard_namespace: kube-system
# Limits for dashboard

View file

@ -314,7 +314,7 @@ k8s_image_pull_policy: IfNotPresent
# Kubernetes dashboard
# RBAC required. see docs/getting-started.md for access details.
dashboard_enabled: true
dashboard_enabled: false
# Addons which can be enabled
helm_enabled: false