Merge pull request #120450 from pawbana/auth-provider-gcp-move-fix

Fixed variable used for moving auth-provider-gcp binary
This commit is contained in:
Kubernetes Prow Robot 2023-10-29 02:59:05 +01:00 committed by GitHub
commit ae2e0c00b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -557,7 +557,7 @@ function install-auth-provider-gcp {
download-or-bust "${auth_provider_gcp_hash}" "${auth_provider_storage_full_path}"
mv "${KUBE_HOME}/${filename}" "${AUTH_PROVIDER_GCP_LINUX_BIN_DIR}"
chmod a+x "${KUBE_BIN}/${filename}"
chmod a+x "${AUTH_PROVIDER_GCP_LINUX_BIN_DIR}/${filename}"
cat >> "${AUTH_PROVIDER_GCP_LINUX_CONF_FILE}" << EOF
kind: CredentialProviderConfig