Skip to content

Commit b6a75ec

Browse files
johngmyersTimothy-Dougherty
authored andcommitted
helm: Create IngressClass by default (kubernetes-sigs#2442)
1 parent d7df7e4 commit b6a75ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/aws-load-balancer-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The default values set by the application itself can be confirmed [here](https:/
173173
| `serviceAccount.name` | Service account to be used | None |
174174
| `terminationGracePeriodSeconds` | Time period for controller pod to do a graceful shutdown | 10 |
175175
| `ingressClass` | The ingress class to satisfy | alb |
176-
| `createIngressClassResource` | Create ingressClass resource | false |
176+
| `createIngressClassResource` | Create ingressClass resource | true |
177177
| `region` | The AWS region for the kubernetes cluster | None |
178178
| `vpcId` | The VPC ID for the Kubernetes cluster | None |
179179
| `awsMaxRetries` | Maximum retries for AWS APIs | None |

helm/aws-load-balancer-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ingressClass: alb
8989

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

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

0 commit comments

Comments
 (0)