Skip to content

Commit

Permalink
Merge pull request #120450 from pawbana/auth-provider-gcp-move-fix
Browse files Browse the repository at this point in the history
Fixed variable used for moving auth-provider-gcp binary
  • Loading branch information
k8s-ci-robot authored Oct 29, 2023
2 parents 94f7049 + 0593cfd commit ae2e0c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/gce/gci/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae2e0c0

Please sign in to comment.