-
Notifications
You must be signed in to change notification settings - Fork 822
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepared slack-tools registry namespace
Signed-off-by: Bart Smykla <[email protected]>
- Loading branch information
Bart Smykla
committed
Apr 24, 2020
1 parent
74b6924
commit a09d5c2
Showing
5 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1038,6 +1038,18 @@ groups: | |
- [email protected] | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-staging-slack-tools | ||
description: |- | ||
ACL for staging Slack Tools | ||
settings: | ||
ReconcileMembers: "true" | ||
owners: | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
|
||
- email-id: [email protected] | ||
name: k8s-infra-staging-txtdirect | ||
description: |- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,6 +78,7 @@ STAGING_PROJECTS=( | |
releng | ||
scl-image-builder | ||
service-apis | ||
slack-tools | ||
txtdirect | ||
) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# See the OWNERS docs at https://go.k8s.io/owners | ||
|
||
approvers: | ||
- ameukam | ||
- bartsmykla | ||
- Katharine | ||
- munnerz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# No images yet |
10 changes: 10 additions & 0 deletions
10
k8s.gcr.io/manifests/k8s-staging-slack-tools/promoter-manifest.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# google group for gcr.io/k8s-staging-slack-tools is [email protected] | ||
registries: | ||
- name: gcr.io/k8s-staging-slack-tools | ||
src: true | ||
- name: us.gcr.io/k8s-artifacts-prod/slack-tools | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: eu.gcr.io/k8s-artifacts-prod/slack-tools | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com | ||
- name: asia.gcr.io/k8s-artifacts-prod/slack-tools | ||
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com |