File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
24.0.0.11/kernel/helpers/runtime
24.0.0.6/kernel/helpers/runtime
24.0.0.9/kernel/helpers/runtime
latest/kernel/helpers/runtime Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function importKeyCert() {
6161 # Add kubernetes CA certificates to the truststore
6262 # CA bundles need to be split and added as individual certificates
6363 if [ " $SEC_IMPORT_K8S_CERTS " = " true" ] && [ -d " ${KUBE_SA_FOLDER} " ]; then
64- mkdir /tmp/certs
64+ mkdir -p /tmp/certs
6565 pushd /tmp/certs >& /dev/null
6666 cat ${KUBE_SA_FOLDER} /* .crt > ${TMP_CERT}
6767 csplit -s -z -f crt- " ${TMP_CERT} " " ${CRT_DELIMITER} " ' {*}'
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function importKeyCert() {
6161 # Add kubernetes CA certificates to the truststore
6262 # CA bundles need to be split and added as individual certificates
6363 if [ " $SEC_IMPORT_K8S_CERTS " = " true" ] && [ -d " ${KUBE_SA_FOLDER} " ]; then
64- mkdir /tmp/certs
64+ mkdir -p /tmp/certs
6565 pushd /tmp/certs >& /dev/null
6666 cat ${KUBE_SA_FOLDER} /* .crt > ${TMP_CERT}
6767 csplit -s -z -f crt- " ${TMP_CERT} " " ${CRT_DELIMITER} " ' {*}'
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function importKeyCert() {
6161 # Add kubernetes CA certificates to the truststore
6262 # CA bundles need to be split and added as individual certificates
6363 if [ " $SEC_IMPORT_K8S_CERTS " = " true" ] && [ -d " ${KUBE_SA_FOLDER} " ]; then
64- mkdir /tmp/certs
64+ mkdir -p /tmp/certs
6565 pushd /tmp/certs >& /dev/null
6666 cat ${KUBE_SA_FOLDER} /* .crt > ${TMP_CERT}
6767 csplit -s -z -f crt- " ${TMP_CERT} " " ${CRT_DELIMITER} " ' {*}'
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function importKeyCert() {
6161 # Add kubernetes CA certificates to the truststore
6262 # CA bundles need to be split and added as individual certificates
6363 if [ " $SEC_IMPORT_K8S_CERTS " = " true" ] && [ -d " ${KUBE_SA_FOLDER} " ]; then
64- mkdir /tmp/certs
64+ mkdir -p /tmp/certs
6565 pushd /tmp/certs >& /dev/null
6666 cat ${KUBE_SA_FOLDER} /* .crt > ${TMP_CERT}
6767 csplit -s -z -f crt- " ${TMP_CERT} " " ${CRT_DELIMITER} " ' {*}'
You can’t perform that action at this time.
0 commit comments