We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c7c41f + 3397bea commit ddda34dCopy full SHA for ddda34d
config/rbac/aggregate_dspa_role.yaml
@@ -0,0 +1,20 @@
1
+apiVersion: rbac.authorization.k8s.io/v1
2
+kind: ClusterRole
3
+metadata:
4
+ labels:
5
+ rbac.authorization.k8s.io/aggregate-to-admin: "true"
6
+ rbac.authorization.k8s.io/aggregate-to-edit: "true"
7
+ name: aggregate-dspa-admin-edit
8
+rules:
9
+ - apiGroups:
10
+ - datasciencepipelinesapplications.opendatahub.io
11
+ resources:
12
+ - datasciencepipelinesapplications
13
+ verbs:
14
+ - get
15
+ - list
16
+ - watch
17
+ - create
18
+ - update
19
+ - patch
20
+ - delete
config/rbac/kustomization.yaml
@@ -4,3 +4,4 @@ resources:
- role_binding.yaml
- leader_election_role.yaml
- leader_election_role_binding.yaml
+- aggregate_dspa_role.yaml
0 commit comments