Skip to content

Commit

Permalink
Merge pull request #129 from wedaly/rbac-authorization-version
Browse files Browse the repository at this point in the history
Remove deprecated rbac.authorization.k8s.io/v1beta1
  • Loading branch information
skamboj authored Aug 22, 2023
2 parents 9536355 + 1f3ad0a commit bd541d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Note, that you will also need to add an RBAC rule to allow `Goldpinger` to list

```yaml
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: default
Expand Down
2 changes: 1 addition & 1 deletion extras/example-serviceaccounts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ rules:
- list

---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: goldpinger-clusterrolebinding
Expand Down

0 comments on commit bd541d4

Please sign in to comment.