Skip to content

Commit

Permalink
[chore] Update CluserRole & CluserRoleBinding apiVersions (#24834)
Browse files Browse the repository at this point in the history
**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.>
  • Loading branch information
guyShilo committed Sep 5, 2023
1 parent f94a24d commit 169ac6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions receiver/k8seventsreceiver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Use the below commands to create a `ClusterRole` with required permissions and a

```bash
<<EOF | kubectl apply -f -
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: otelcontribcol
Expand Down Expand Up @@ -173,7 +173,7 @@ EOF

```bash
<<EOF | kubectl apply -f -
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: otelcontribcol
Expand Down

0 comments on commit 169ac6c

Please sign in to comment.