Skip to content

Commit d4da1bd

Browse files
committed
fix: flag was deleted in v0.15
Signed-off-by: Sandor Szücs <[email protected]>
1 parent 05c11ce commit d4da1bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cluster/manifests/ingress-controller/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ spec:
5656
- --load-balancer-type={{ .Cluster.ConfigItems.kube_aws_ingress_default_lb_type }}
5757
# {{ end }}
5858
- --cert-polling-interval={{ .Cluster.ConfigItems.kube_aws_ingress_controller_cert_polling_interval }}
59-
- --ingress-api-version=networking.k8s.io/{{ .Cluster.ConfigItems.kube_aws_ingress_controller_ingress_version }}
6059
env:
6160
- name: CUSTOM_FILTERS
6261
value: "tag:kubernetes.io/cluster/{{ .Cluster.ID }}=owned tag:node.kubernetes.io/role=worker tag:zalando.org/ingress-enabled=true"

0 commit comments

Comments
 (0)