Update cluster-role.yaml

remove beta as it will now cause issues in deployment.
This commit is contained in:
FeralWeasel 2023-06-30 11:30:04 -07:00 committed by GitHub
parent 634ba47ba1
commit a73921605f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: nginx-ingress-clusterrole
@ -50,4 +50,4 @@ rules:
resources:
- ingresses/status
verbs:
- update
- update