Skip to content

Commit

Permalink
re-enable workload identity (#1403)
Browse files Browse the repository at this point in the history
  • Loading branch information
syntxerror authored Aug 24, 2021
1 parent 902c9d6 commit eca40e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,8 @@ create-gke-cluster: build/toolchain/bin/kubectl$(EXE_EXTENSION) gcloud
--enable-pod-security-policy \
--cluster-version $(GKE_VERSION) \
--image-type cos_containerd \
--tags open-match
--tags open-match \
--workload-pool $(PROJECT_ID).svc.id.goog
$(MAKE) create-cluster-role-binding


Expand Down

0 comments on commit eca40e3

Please sign in to comment.