Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add k8s-artifacts-cri-tools prod push bucket and IAM group #908

Merged
merged 1 commit into from
May 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ groups:
- [email protected]
- [email protected]
- [email protected]

#
# Push groups: k8s-infra-push-*
#
Expand Down Expand Up @@ -350,6 +351,22 @@ groups:
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-push-cri-tools
description: |-
ACL for pushing CRI tools artifacts
settings:
ReconcileMembers: "true"
members:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-push-kind
description: |-
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/ensure-prod-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ALL_PROD_PROJECTS=(
ALL_PROD_BUCKETS=(
"csi"
"cni"
"cri-tools"
"kind"
)

Expand Down