Skip to content

Commit eb067a8

Browse files
authored
Merge pull request #9 from example-test-organization/robozome-support_17
[Automation] Resolve: support/issues/17
2 parents 22be16a + efb400e commit eb067a8

File tree

8 files changed

+53
-2
lines changed

8 files changed

+53
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- namespace.yaml
5+
- ../../../../components/project-admin-rolebindings/teamX
6+
namespace: teamx
7+
components:
8+
- ../../../../components/limitranges/default
9+
- ../../../../components/resourcequotas/large
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
kind: Namespace
3+
metadata:
4+
annotations:
5+
op1st/docs: https://team-x.com
6+
op1st/onboarding-issue: https://github.com/example-test-organization/support/issues/17
7+
op1st/project-owner: robert
8+
openshift.io/display-name: teamx
9+
openshift.io/requester: robert
10+
name: teamx
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: user.openshift.io/v1
2+
kind: Group
3+
metadata:
4+
name: teamX
5+
users:
6+
- ali
7+
- bob
8+
- ronald
9+
- serena
10+
- meesha
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- group.yaml
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
resources:
4+
- rbac.yaml
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: RoleBinding
3+
metadata:
4+
name: namespace-admin-teamX
5+
roleRef:
6+
apiGroup: rbac.authorization.k8s.io
7+
kind: ClusterRole
8+
name: admin
9+
subjects:
10+
- apiGroup: rbac.authorization.k8s.io
11+
kind: Group
12+
name: teamX
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ../../../base/user.openshift.io/groups/neu-students
4+
- ../../../base/user.openshift.io/groups/neu-students
5+
- ../../../base/user.openshift.io/groups/teamX
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- ../common
4+
- ../../../../base/core/namespaces/teamx
5+
- ../common

0 commit comments

Comments
 (0)