Skip to content

Commit 16b18c0

Browse files
committed
appease the linter
1 parent 494fbd7 commit 16b18c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cluster/gce/util.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1785,12 +1785,16 @@ function setup-easyrsa {
17851785
mkdir -p easy-rsa && tar xzf easy-rsa.tar.gz -C easy-rsa --strip-components 1
17861786
local -r files_to_copy=(easyrsa openssl-easyrsa.cnf x509-types vars.example)
17871787
mkdir easy-rsa/aggregator
1788+
# shellcheck disable=SC2145
17881789
cp -r easy-rsa/"${files_to_copy[@]}" easy-rsa/aggregator
17891790
mkdir easy-rsa/cloud-pvl-admission
1791+
# shellcheck disable=SC2145
17901792
cp -r easy-rsa/"${files_to_copy[@]}" easy-rsa/cloud-pvl-admission
17911793
mkdir easy-rsa/konnectivity-server
1794+
# shellcheck disable=SC2145
17921795
cp -r easy-rsa/"${files_to_copy[@]}" easy-rsa/konnectivity-server
17931796
mkdir easy-rsa/konnectivity-agent
1797+
# shellcheck disable=SC2145
17941798
cp -r easy-rsa/"${files_to_copy[@]}" easy-rsa/konnectivity-agent) &>"${cert_create_debug_output}" || true
17951799
CERT_DIR="${KUBE_TEMP}/easy-rsa"
17961800
AGGREGATOR_CERT_DIR="${KUBE_TEMP}/easy-rsa/aggregator"

0 commit comments

Comments
 (0)