Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoii11 committed Aug 9, 2022
1 parent aa01f53 commit a6aacfc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/autosharding/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ rules:
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
- clusterrolebindings
- clusterroles
- roles
- rolebindings
verbs:
Expand Down
4 changes: 2 additions & 2 deletions examples/standard/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ rules:
- apiGroups:
- rbac.authorization.k8s.io
resources:
- clusterroles
- clusterrolebindings
- roles
- clusterroles
- rolebindings
- roles
verbs:
- list
- watch
4 changes: 2 additions & 2 deletions jsonnet/kube-state-metrics/kube-state-metrics.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@
{
apiGroups: ['rbac.authorization.k8s.io'],
resources: [
'clusterroles',
'clusterrolebindings',
'clusterroles',
'rolebindings',
'roles',
'rolesbindings',
],
verbs: ['list', 'watch'],
},
Expand Down

0 comments on commit a6aacfc

Please sign in to comment.