Skip to content

Commit

Permalink
wrong privs to wrong buckets in main
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffxp committed May 4, 2021
1 parent 83e80c7 commit 877bbd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/gcp/ensure-main-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ readonly DNS_GROUP="k8s-infra-dns-admins@kubernetes.io"
# - entry syntax is "bucket_name:owners_group" (: is invalid bucket name char)
readonly TERRAFORM_STATE_BUCKET_ENTRIES=(
"${LEGACY_CLUSTER_TERRAFORM_BUCKET}:${CLUSTER_ADMINS_GROUP}"
k8s-infra-tf-prow-clusters:"${CLUSTER_ADMINS_GROUP}"
k8s-infra-tf-public-clusters:k8s-infra-prow-oncall@kubernetes.io
k8s-infra-tf-aws:k8s-infra-aws-admins@kubernetes.io
k8s-infra-tf-prow-clusters:k8s-infra-prow-oncall@kubernetes.io
k8s-infra-tf-public-clusters:"${CLUSTER_ADMINS_GROUP}"
k8s-infra-tf-sandbox-ii:k8s-infra-ii-coop@kubernetes.io
)

Expand Down

0 comments on commit 877bbd1

Please sign in to comment.