Skip to content

Commit

Permalink
improved clusterrole and clusterrolebinding names
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinkumarsingh092 committed Apr 21, 2022
1 parent 6a38dfa commit 035f834
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: csr-creator-clusterrole
name: byoh-csr-creator-clusterrole
rules:
- apiGroups:
- certificates.k8s.io
Expand All @@ -11,4 +11,4 @@ rules:
verbs:
- create
- get
- watch
- watch
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: csr-creator-clusterrole-binding
name: byoh-csr-creator-clusterrole-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: csr-creator-clusterrole
name: byoh-csr-creator-clusterrole
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
Expand Down

0 comments on commit 035f834

Please sign in to comment.