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.
This commit is contained in:
Kenichi Omichi 2021-03-02 00:59:19 -08:00 committed by GitHub
parent 05adeed1fa
commit ef351e0234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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