We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5177d1 commit 55e1549Copy full SHA for 55e1549
installer/chart/volcano/plugins/gen-admission-secret/gen-admission-secret.sh
@@ -108,7 +108,7 @@ done
108
# approve and fetch the signed certificate
109
kubectl certificate approve ${csrName}
110
# verify certificate has been signed
111
-for x in $(seq 10); do
+for x in $(seq 15); do
112
serverCert=$(kubectl get csr ${csrName} -o jsonpath='{.status.certificate}')
113
if [[ ${serverCert} != '' ]]; then
114
break
0 commit comments