We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5f3c8 commit e109d4eCopy full SHA for e109d4e
docs/examples/alb-ingress-controller.yaml
@@ -22,15 +22,15 @@ spec:
22
spec:
23
containers:
24
- name: alb-ingress-controller
25
- # args:
+ args:
26
# Limit the namespace where this ALB Ingress Controller deployment will
27
# resolve ingress resources. If left commented, all namespaces are used.
28
# - --watch-namespace=your-k8s-namespace
29
30
# Setting the ingress-class flag below ensures that only ingress resources with the
31
# annotation kubernetes.io/ingress.class: "alb" are respected by the controller. You may
32
# choose any class you'd like for this controller to respect.
33
- # - --ingress-class=alb
+ - --ingress-class=alb
34
35
# REQUIRED
36
# Name of your cluster. Used when naming resources created
0 commit comments