Skip to content

Commit e109d4e

Browse files
committed
Restore ingress-class arg
1 parent 3c5f3c8 commit e109d4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/examples/alb-ingress-controller.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ spec:
2222
spec:
2323
containers:
2424
- name: alb-ingress-controller
25-
# args:
25+
args:
2626
# Limit the namespace where this ALB Ingress Controller deployment will
2727
# resolve ingress resources. If left commented, all namespaces are used.
2828
# - --watch-namespace=your-k8s-namespace
2929

3030
# Setting the ingress-class flag below ensures that only ingress resources with the
3131
# annotation kubernetes.io/ingress.class: "alb" are respected by the controller. You may
3232
# choose any class you'd like for this controller to respect.
33-
# - --ingress-class=alb
33+
- --ingress-class=alb
3434

3535
# REQUIRED
3636
# Name of your cluster. Used when naming resources created

0 commit comments

Comments
 (0)