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

Signed-off-by: Shashank Singh <shashasingh@microsoft.com>
This commit is contained in:
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: {} - emptyDir: {}
name: scratch name: scratch
--- ---
apiVersion: rbac.authorization.k8s.io/v1beta1 apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding kind: ClusterRoleBinding
metadata: metadata:
labels: labels:

View File

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