Skip to content

Commit 8ec9b85

Browse files
fix(observability): rename Kepler RBAC and update OWNERS to address review feedback
1 parent 71a8416 commit 8ec9b85

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

common/observability/OWNERS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
approvers:
2-
- abdullahpathan22
2+
- juliusvonkohout
3+
- kimwnasptd
34
reviewers:
4-
- abdullahpathan22
5+
- juliusvonkohout
6+
- kimwnasptd
7+
- tarekabouzeid

common/observability/base/kepler/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRole
33
metadata:
4-
name: kepler-role
4+
name: kubeflow-kepler-role
55
rules:
66
- apiGroups: [""]
77
resources: ["nodes", "pods", "namespaces"]

common/observability/base/kepler/clusterrolebinding.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: rbac.authorization.k8s.io/v1
22
kind: ClusterRoleBinding
33
metadata:
4-
name: kepler-role-binding
4+
name: kubeflow-kepler-role-binding
55
roleRef:
66
apiGroup: rbac.authorization.k8s.io
77
kind: ClusterRole
8-
name: kepler-role
8+
name: kubeflow-kepler-role
99
subjects:
1010
- kind: ServiceAccount
1111
name: kepler-sa

0 commit comments

Comments
 (0)