This commit is contained in:
陈谭军
2019-09-25 19:04:00 +08:00
committed by Kubernetes Prow Robot
parent 9db61c45ed
commit 2fc02ed456
4 changed files with 4 additions and 4 deletions

View File

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