Migrate to new networking.k8s.io/v1beta1 package
This commit is contained in:
parent
8cee8d5d9b
commit
84102eec2b
113 changed files with 834 additions and 648 deletions
|
|
@ -28,6 +28,12 @@ patchesJson6902:
|
|||
kind: Deployment
|
||||
name: nginx-ingress-controller
|
||||
version: v1
|
||||
- path: role.yaml
|
||||
target:
|
||||
group: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: nginx-ingress-role
|
||||
version: v1beta1
|
||||
images:
|
||||
- name: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
|
||||
newName: ingress-controller/nginx-ingress-controller
|
||||
|
|
|
|||
3
test/e2e-image/overlay/role.yaml
Normal file
3
test/e2e-image/overlay/role.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
- op: add
|
||||
path: /rules/1/resourceNames/-1
|
||||
value: "ingress-controller-leader-testclass"
|
||||
Loading…
Add table
Add a link
Reference in a new issue