Skip to content

Commit

Permalink
test: identity-namespace no longer works and replace it with workload…
Browse files Browse the repository at this point in the history
…-pool (#4303)

* enable pagination when expanding experiment in both the home page and the archive page

* Revert "enable pagination when expanding experiment in both the home page and the archive page"

This reverts commit 5b67273.

* identity-namespace no longer works and so replace it with workload-pool
  • Loading branch information
jingzhang36 authored Jul 31, 2020
1 parent cc78bd1 commit 8a7ea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/deploy-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ else
--enable-autoscaling --max-nodes=8 --min-nodes=2"
KUBERNETES_VERSION_ARG="--cluster-version=1.14"
if [ "$ENABLE_WORKLOAD_IDENTITY" = true ]; then
WI_ARG="--identity-namespace=$PROJECT.svc.id.goog"
WI_ARG="--workload-pool=$PROJECT.svc.id.goog"
SCOPE_ARG=
else
WI_ARG=
Expand Down

0 comments on commit 8a7ea0f

Please sign in to comment.