Skip to content

Commit d982144

Browse files
authored
fix(kubectl_fleet_wrapper): impersonate service account (#193)
1 parent f252b03 commit d982144

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/kubectl-fleet-wrapper/scripts/kubectl_fleet_wrapper.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ CMD="gcloud container fleet memberships get-credentials ${NAME} --project ${PROJ
4444

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

5049
$CMD

0 commit comments

Comments
 (0)