Skip to content

Commit

Permalink
helm: Create IngressClass by default (kubernetes-sigs#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers authored Jan 6, 2022
1 parent beb9510 commit d84172e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ The default values set by the application itself can be confirmed [here](https:/
| `serviceAccount.name` | Service account to be used | None |
| `terminationGracePeriodSeconds` | Time period for controller pod to do a graceful shutdown | 10 |
| `ingressClass` | The ingress class to satisfy | alb |
| `createIngressClassResource` | Create ingressClass resource | false |
| `createIngressClassResource` | Create ingressClass resource | true |
| `region` | The AWS region for the kubernetes cluster | None |
| `vpcId` | The VPC ID for the Kubernetes cluster | None |
| `awsMaxRetries` | Maximum retries for AWS APIs | None |
Expand Down
2 changes: 1 addition & 1 deletion helm/aws-load-balancer-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ingressClass: alb

# To use IngressClass resource instead of annotation, before you need to install the IngressClass resource pointing to controller.
# If specified as true, the IngressClass resource will be created.
createIngressClassResource: false
createIngressClassResource: true

# The AWS region for the kubernetes cluster. Set to use KIAM or kube2iam for example.
region:
Expand Down

0 comments on commit d84172e

Please sign in to comment.