mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
fix-typo (#5199)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9db61c45ed
commit
2fc02ed456
@@ -61,7 +61,7 @@ if ! [ -e "$SSLDIR/tiller.pem" ]; then
|
||||
gen_key_and_cert "tiller" "/CN=tiller-server"
|
||||
fi
|
||||
|
||||
#Generate cert and key for Helm client if they dont exist
|
||||
#Generate cert and key for Helm client if they don't exist
|
||||
if ! [ -e "$SSLDIR/helm.pem" ]; then
|
||||
gen_key_and_cert "helm" "/CN=helm-client"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user