Skip to content

Commit

Permalink
Merge pull request kubernetes#2443 from spiffxp/fix-main-typos
Browse files Browse the repository at this point in the history
infra/gcp/main: fix typos
  • Loading branch information
k8s-ci-robot authored Aug 2, 2021
2 parents a075ae2 + ef4f11a commit 31f69ed
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 @@ -404,7 +404,7 @@ function ensure_prow_special_cases {
secret=$(secret_full_name "${project}" "k8s-infra-ci-robot-github-token")
ensure_secret_role_binding "${secret}" "${principal}" "roles/secretmanager.secretAccessor" 2>&1 | indent

color 6 "Special case: ensuring gs://k8s-metrics-canary exists for gs://k8s-metrics migration"
color 6 "Special case: ensuring gs://k8s-project-metrics exists for gs://k8s-metrics migration"
(
bucket="gs://k8s-project-metrics"
owners="k8s-infra-prow-oncall@kubernetes.io"
Expand All @@ -422,7 +422,7 @@ function ensure_prow_special_cases {
ensure_gcs_role_binding "${bucket}" "${principal}" "objectAdmin"
ensure_gcs_role_binding "${bucket}" "${principal}" "legacyBucketWriter"
# k8s-infra-prow-build-trusted can write to this bucket
principal="serviceAccount:$(svc_acc_email "k8s-infra-prow-build-trusted" "k8s-metrics")"
principal="serviceAccount:$(svc_acct_email "k8s-infra-prow-build-trusted" "k8s-metrics")"
ensure_gcs_role_binding "${bucket}" "${principal}" "objectAdmin"
ensure_gcs_role_binding "${bucket}" "${principal}" "legacyBucketWriter"
) 2>&1 | indent
Expand Down

0 comments on commit 31f69ed

Please sign in to comment.