Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Commit b2664ef

Browse files
authored
Merge pull request #2949 from mirake/fix-typo
Fix typo: recommanded -> recommended
2 parents 42765a1 + 8ce124f commit b2664ef

File tree

1 file changed

+1
-1
lines changed
  • ansible/inventory/group_vars

1 file changed

+1
-1
lines changed

ansible/inventory/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ dns_replicas: 1
110110
# Certificate authority private key should not be kept on server
111111
# but you probably want to keep it to generate user certificates. Set
112112
# that value to "true" to keep ca.key file on {{ kube_cert_dir}}.
113-
# It's recommanded to remove the private key from the server. So if you set
113+
# It's recommended to remove the private key from the server. So if you set
114114
# kube_cert_keep_ca to true, please copy the ca.key file somewhere that
115115
# is secured, and remove it from server.
116116
kube_cert_keep_ca: false

0 commit comments

Comments
 (0)