Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Oct 29, 2024
1 parent 677f7e1 commit 13ed795
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ class GKEInterpreter[F[_]](
ksaToGsa = s"${googleProject.value}.svc.id.goog[${namespaceName.value}/${ksaName.value}]"
call = F.fromFuture(
F.delay(
googleIamDAO.addIamPolicyBindingOnServiceAccount(googleProject,
petSAProject,
googleIamDAO.addIamPolicyBindingOnServiceAccount(petSAProject,
gsa,
WorkbenchEmail(ksaToGsa),
Set("roles/iam.workloadIdentityUser")
)
Expand Down

0 comments on commit 13ed795

Please sign in to comment.