Skip to content
Snippets Groups Projects
Unverified Commit 92b1166d authored by Hans Feldt's avatar Hans Feldt Committed by GitHub
Browse files

Disable dashboard by default (#6804)

Users should opt in for features and not opt out.
parent e6c28982
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment