Skip to content

Commit

Permalink
Merge pull request kubernetes#1447 from justinsb/artifacts_examples
Browse files Browse the repository at this point in the history
Add staging project for kubernetes/examples
  • Loading branch information
k8s-ci-robot authored Dec 6, 2020
2 parents 4706b0d + bab9992 commit 54e8506
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,17 @@ groups:
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-examples
description: |-
ACL for staging example artifacts.
settings:
ReconcileMembers: "true"
members:
- [email protected] # github:idvoretskyi
- [email protected] # github:justinsb
- [email protected] # github:sebgoa

- email-id: [email protected]
name: k8s-infra-staging-external-dns
description: |-
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 @@ -72,6 +72,7 @@ STAGING_PROJECTS=(
e2e-test-images
etcd
etcdadm
examples
external-dns
git-sync
infra-tools
Expand Down
10 changes: 10 additions & 0 deletions k8s.gcr.io/images/k8s-staging-examples/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# See the OWNERS docs at https://go.k8s.io/owners

reviewers:
- idvoretskyi
- justinsb
- sebgoa
approvers:
- idvoretskyi
- justinsb
- sebgoa
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-examples/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# No images yet
10 changes: 10 additions & 0 deletions k8s.gcr.io/manifests/k8s-staging-examples/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-examples is [email protected]
registries:
- name: gcr.io/k8s-staging-examples
src: true
- name: us.gcr.io/k8s-artifacts-prod/examples
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/examples
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/examples
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

0 comments on commit 54e8506

Please sign in to comment.