Browse Source

Update dashboard_enabled on sample (#7316)

Since https://github.com/kubernetes-sigs/kubespray/pull/6804
dashboard_enabled has been false by default.
However we forgot to update it on sample inventory and it made
confusion.
This updates the sample inventory.
pull/7337/head
Kenichi Omichi 3 years ago
committed by GitHub
parent
commit
ef351e0234
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      inventory/sample/group_vars/k8s-cluster/addons.yml

2
inventory/sample/group_vars/k8s-cluster/addons.yml

@ -1,7 +1,7 @@
---
# Kubernetes dashboard
# RBAC required. see docs/getting-started.md for access details.
# dashboard_enabled: true
# dashboard_enabled: false
# Helm deployment
helm_enabled: false

Loading…
Cancel
Save