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

Create a new namespace for openstack-k8s-operators #35052

Merged
merged 1 commit into from
Jan 2, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions clusters/app.ci/openstack-k8s-operators/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
approvers:
- abays
- dprince
- olliewalsh
- sandeepyadav93
- stuggi
- viroel
reviewers:
- abays
- dprince
- olliewalsh
- sandeepyadav93
- stuggi
- viroel
4 changes: 4 additions & 0 deletions clusters/app.ci/openstack-k8s-operators/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
kind: Namespace
apiVersion: v1
metadata:
name: openstack-k8s-operators
31 changes: 31 additions & 0 deletions clusters/app.ci/openstack-k8s-operators/rbac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: admin
namespace: openstack-k8s-operators
subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: openstack-k8s-operators-ci
roleRef:
kind: ClusterRole
apiGroup: rbac.authorization.k8s.io
name: admin
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: image-puller
namespace: openstack-k8s-operators
subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: system:unauthenticated
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: system:authenticated
roleRef:
kind: ClusterRole
apiGroup: rbac.authorization.k8s.io
name: system:image-puller
1 change: 1 addition & 0 deletions core-services/sync-rover-groups/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ groups:
- app.ci
openstack-k8s-operators-ci:
clusters:
- app.ci
- hive
quay-admins:
clusters:
Expand Down