Replace non-ascii with ascii (#7044)

When opening the main.yaml, vi cannot show the string correctly
due to non-ascii string. This replaces it.
This commit is contained in:
Kenichi Omichi 2020-12-16 23:43:09 -08:00 committed by GitHub
parent 43dbff938e
commit 0aa6d3d4bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,7 +382,7 @@ external_openstack_network_public_networks:
authorization_modes: ['Node', 'RBAC']
rbac_enabled: "{{ 'RBAC' in authorization_modes }}"
# When enabled, API bearer tokens (including service account tokens) can be used to authenticate to the kubelets HTTPS endpoint
# When enabled, API bearer tokens (including service account tokens) can be used to authenticate to the kubelet's HTTPS endpoint
kubelet_authentication_token_webhook: true
# When enabled, access to the kubelet API requires authorization by delegation to the API server