Skip to content

Commit c7f084b

Browse files
committed
create ingate gcp project
Signed-off-by: cpanato <[email protected]>
1 parent fe73b0a commit c7f084b

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

groups/restrictions.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ restrictions:
160160
161161
162162
163+
163164
164165
165166

groups/sig-network/groups.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,19 @@ groups:
152152
153153
154154

155+
- email-id: [email protected]
156+
name: k8s-infra-staging-ingate
157+
description: |-
158+
ACL for pushing ingate artifacts
159+
settings:
160+
ReconcileMembers: "true"
161+
members:
162+
163+
164+
165+
166+
167+
155168
#
156169
# ingress-nginx-dev
157170
#

infra/gcp/terraform/k8s-staging-images/registries.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ locals {
2424
etcd-manager = "group:[email protected]"
2525
infra-tools = "group:[email protected]"
2626
ingress-nginx = "group:[email protected]"
27+
ingate = "group:[email protected]"
2728
kind = "group:[email protected]"
2829
kubernetes = "group:[email protected]"
2930
kueue = "group:[email protected]"

0 commit comments

Comments
 (0)