Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #206 from openshift-cherrypick-robot/cherry-pick-2…
…05-to-release-4.7

[release-4.7] Bug 1961341: manifests: use v1 for RBAC
  • Loading branch information
openshift-ci[bot] committed Aug 12, 2021
2 parents a3fecc8 + 4a336b8 commit 7658bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/03_rbac.yaml
Expand Up @@ -39,7 +39,7 @@ rules:

---
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: cluster-autoscaler-operator
namespace: openshift-machine-api
Expand Down Expand Up @@ -99,7 +99,7 @@ rules:

---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: cluster-autoscaler-operator
namespace: openshift-machine-api
Expand Down

0 comments on commit 7658bea

Please sign in to comment.