Skip to content

Commit

Permalink
Fix wrong ClusterRoleBinding for bootstrap token (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
afritzler authored Dec 21, 2023
1 parent ce8266b commit c9c83a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ subjects:
- kind: Group
# Group name has to match bootstrap group pattern \Asystem:bootstrappers:[a-z0-9:-]{0,255}[a-z0-9]\
# See https://github.com/kubernetes/kubernetes/blob/e8662a46dd27db774ec953dae15f93ae2d1a68c8/staging/src/k8s.io/cluster-bootstrap/token/api/types.go#L96
name: system:bootstrappers:apinet-api-ironcore-dev:apinetlets
name: system:bootstrappers:apinet-ironcore-dev:apinetlets
apiGroup: rbac.authorization.k8s.io
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ subjects:
- kind: Group
# Group name has to match bootstrap group pattern \Asystem:bootstrappers:[a-z0-9:-]{0,255}[a-z0-9]\
# See https://github.com/kubernetes/kubernetes/blob/e8662a46dd27db774ec953dae15f93ae2d1a68c8/staging/src/k8s.io/cluster-bootstrap/token/api/types.go#L96
name: system:bootstrappers:apinet-api-ironcore-dev:metalnetlets
name: system:bootstrappers:apinet-ironcore-dev:metalnetlets
apiGroup: rbac.authorization.k8s.io

0 comments on commit c9c83a2

Please sign in to comment.