Skip to content

Commit

Permalink
fix(kubectl_fleet_wrapper): impersonate service account (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jun 20, 2024
1 parent f252b03 commit d982144
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ CMD="gcloud container fleet memberships get-credentials ${NAME} --project ${PROJ

if [[ "${IMPERSONATE_SERVICE_ACCOUNT}" != false ]]; then
CMD+=" --impersonate-service-account ${IMPERSONATE_SERVICE_ACCOUNT}"
shift 2
fi

$CMD
Expand Down

0 comments on commit d982144

Please sign in to comment.