Skip to content

Commit

Permalink
chore: fix some typos (#8821)
Browse files Browse the repository at this point in the history
Signed-off-by: vitalmotif <[email protected]>
  • Loading branch information
vitalmotif authored Mar 23, 2024
1 parent 1d4897c commit 7d1785f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubernetes-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Version 2.0.0 of this chart is the first version hosted in the kubernetes/dashbo
is hosted on https://github.com/helm/charts.

- This version upgrades to kubernetes-dashboard v2.0.0 along with changes in RBAC management: all secrets are
explicitely created and ServiceAccount do not have permission to create any secret. On top of that, it completely
explicitly created and ServiceAccount do not have permission to create any secret. On top of that, it completely
removes the `clusterAdminRole` parameter, being too dangerous. In order to upgrade, please update your configuration
to remove `clusterAdminRole` parameter and uninstall/reinstall the chart.
- It enables by default values for `podAnnotations` and `securityContext`, please disable them if you don't supoprt them
Expand Down
2 changes: 1 addition & 1 deletion hack/develop/run-dev-container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ docker network create ${KD_DEV_NETWORK} \
-o com.docker.network.bridge.enable_ip_masquerade=true \
-o com.docker.network.driver.mtu=1500

# Bind addres for dashboard
# Bind address for dashboard
KD_DEV_BIND_ADDRESS=${KD_DEV_BIND_ADDRESS:-"127.0.0.1"}

# Metrics Scraper sidecar host for dashboard
Expand Down

0 comments on commit 7d1785f

Please sign in to comment.