-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #584 from dystewart/ai4dd-group
Create ai4dd-demo group & rolebinding in nerc-ocp-prod for workshop
- Loading branch information
Showing
6 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
cluster-scope/overlays/nerc-ocp-prod/groups/ai4dd-demo-group.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,25 @@ | ||
apiVersion: user.openshift.io/v1 | ||
kind: Group | ||
metadata: | ||
name: ai4dd-demo | ||
users: | ||
- ai4dd-demo-1 | ||
- ai4dd-demo-2 | ||
- ai4dd-demo-3 | ||
- ai4dd-demo-4 | ||
- ai4dd-demo-5 | ||
- ai4dd-demo-6 | ||
- ai4dd-demo-7 | ||
- ai4dd-demo-8 | ||
- ai4dd-demo-9 | ||
- ai4dd-demo-10 | ||
- ai4dd-demo-11 | ||
- ai4dd-demo-12 | ||
- ai4dd-demo-13 | ||
- ai4dd-demo-14 | ||
- ai4dd-demo-15 | ||
- ai4dd-demo-16 | ||
- ai4dd-demo-17 | ||
- ai4dd-demo-18 | ||
- ai4dd-demo-19 | ||
- ai4dd-demo-20 |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/nerc-ocp-prod/groups/kustomization.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,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ai4dd-demo-group.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
12 changes: 12 additions & 0 deletions
12
cluster-scope/overlays/nerc-ocp-prod/rolebindings/ai4dd-06afdc/ai4dd-demo-edit.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,12 @@ | ||
apiVersion: rbac.authorization.k8s.io/v1 | ||
kind: RoleBinding | ||
Namespace: ai4dd-06afdc | ||
metadata: | ||
name: ai4dd-demo-edit | ||
roleRef: | ||
apiGroup: rbac.authorization.k8s.io | ||
kind: ClusterRole | ||
name: edit | ||
subjects: | ||
- kind: Group | ||
name: ai4dd-demo |
4 changes: 4 additions & 0 deletions
4
cluster-scope/overlays/nerc-ocp-prod/rolebindings/ai4dd-06afdc/kustomization.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,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ai4dd-demo-edit.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 |
---|---|---|
|
@@ -4,3 +4,4 @@ resources: | |
- project-robbie-6f75ac | ||
- project-robbie-8dd79e | ||
- project-robbie-b4784c | ||
- ai4dd-06afdc |