Skip to content

Commit

Permalink
Add "networking.k8s.io" api group for 1.22 (#366)
Browse files Browse the repository at this point in the history
* Add "networking.k8s.io" api group for 1.22

* Automated commit: update images.
  • Loading branch information
sirdarckcat authored Mar 10, 2022
1 parent 44da929 commit 9d1f2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/resources/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4544,7 +4544,7 @@ spec:
value: 0.0.0.0/0
- name: SECURITY_POLICY
value: DISABLED
image: gcr.io/kctf-docker/kctf-operator@sha256:bd6625c3e2ef29605651dd1c5191df7b1f8644cd78b312a2b9abf3a3377ee557
image: gcr.io/kctf-docker/kctf-operator@sha256:fe3b80bccd86e90e154005576438864bed33159059a7ab67d1cb42896daef092
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion kctf-operator/resources/external-dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewExternalDnsClusterRole() client.Object {
Verbs: []string{"get", "watch", "list"},
},
{
APIGroups: []string{"extensions"},
APIGroups: []string{"extensions", "networking.k8s.io"},
Resources: []string{"ingresses"},
Verbs: []string{"get", "watch", "list"},
},
Expand Down

0 comments on commit 9d1f2a5

Please sign in to comment.