Change rbac.authorization.k8s.io/v1beta1 to rbac.authorization.k8s.io/v1 in deployment.yml

Signed-off-by: Shashank Singh <shashasingh@microsoft.com>
pull/6247/head
Shashank Singh 2023-05-09 16:04:53 +05:30
parent 12a14d11e9
commit 26cc521240
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ spec:
- emptyDir: {}
name: scratch
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels:

View File

@ -101,7 +101,7 @@ spec:
secret:
secretName: cloud-credentials
---
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
labels: