Skip to content

Commit 169ac6c

Browse files
authored
[chore] Update CluserRole & CluserRoleBinding apiVersions (#24834)
**Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> **Link to tracking Issue:** <Issue number if applicable> **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.>
1 parent f94a24d commit 169ac6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

receiver/k8seventsreceiver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Use the below commands to create a `ClusterRole` with required permissions and a
105105

106106
```bash
107107
<<EOF | kubectl apply -f -
108-
apiVersion: rbac.authorization.k8s.io/v1beta1
108+
apiVersion: rbac.authorization.k8s.io/v1
109109
kind: ClusterRole
110110
metadata:
111111
name: otelcontribcol
@@ -173,7 +173,7 @@ EOF
173173

174174
```bash
175175
<<EOF | kubectl apply -f -
176-
apiVersion: rbac.authorization.k8s.io/v1beta1
176+
apiVersion: rbac.authorization.k8s.io/v1
177177
kind: ClusterRoleBinding
178178
metadata:
179179
name: otelcontribcol

0 commit comments

Comments
 (0)