Skip to content

Commit

Permalink
Restore ingress-class arg
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoodness committed Jan 17, 2019
1 parent 3c5f3c8 commit e109d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/alb-ingress-controller.yaml
Expand Up @@ -22,15 +22,15 @@ spec:
spec:
containers:
- name: alb-ingress-controller
# args:
args:
# Limit the namespace where this ALB Ingress Controller deployment will
# resolve ingress resources. If left commented, all namespaces are used.
# - --watch-namespace=your-k8s-namespace

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

# REQUIRED
# Name of your cluster. Used when naming resources created
Expand Down

0 comments on commit e109d4e

Please sign in to comment.