mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
Update cluster-role.yaml
remove beta as it will now cause issues in deployment.
This commit is contained in:
parent
634ba47ba1
commit
a73921605f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user