Skip to content

Commit

Permalink
Merge pull request #943 from kmova/k8s-storage-staging
Browse files Browse the repository at this point in the history
add staging project for K8s storage
  • Loading branch information
k8s-ci-robot authored Jun 10, 2020
2 parents 09d0f88 + fbefa62 commit 00693c8
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
17 changes: 17 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,23 @@ groups:
members:
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-sig-storage
description: |-
ACL for staging sig storage artifacts
settings:
ReconcileMembers: "true"
members:
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]

#
# RBAC groups: k8s-infra-rbac-*
#
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/ensure-staging-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ STAGING_PROJECTS=(
scl-image-builder
service-apis
slack-infra
sig-storage
txtdirect
)

Expand Down
14 changes: 14 additions & 0 deletions k8s.gcr.io/images/k8s-staging-sig-storage/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See the OWNERS docs at https://go.k8s.io/owners

# Current set of people in sig-storage-leads from
# https://github.com/kubernetes/community/blob/master/OWNERS_ALIASES.
approvers:
- jsafrane
- msau42
- saad-ali
- xing-yang

reviewers:
- wongma7
- humblec
- pohly
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-sig-storage/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# No images yet
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-sig-storage is [email protected]
registries:
- name: gcr.io/k8s-staging-sig-storage
src: true
- name: us.gcr.io/k8s-artifacts-prod/storage
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/storage
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/storage
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

0 comments on commit 00693c8

Please sign in to comment.