Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <lpizzini7@gmail.com>
  • Loading branch information
mtrspringer and lpizzinidev committed Apr 10, 2024
1 parent e2c9968 commit 2926163
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/aws-cdk-lib/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,10 @@ if (cluster.albController) {
```

If you need to configure the underlying ALB Controller, you can pass optional values that will be forwarded to the underling HelmChart construct.
For example, if your organization uses AWS Firewall Manager you will need to disable aws-load-balancer-controller's waf modification behavior or it will disassociate WAFs that are not specified in the Ingress' annotations.
For example, if your organization uses AWS Firewall Manager you will need to disable `aws-load-balancer-controller`'s waf modification behavior or it will disassociate WAFs that are not specified in the Ingress' annotations.

Note: supported value options may vary depending on the version of the aws-load-balancer-controller helm chart you are using. You should consult the [ArtifactHub documentation](https://artifacthub.io/packages/helm/aws/aws-load-balancer-controller) for your version to ensure you are configuring the chart correctly.
**Note:** Supported value options may vary depending on the version of the `aws-load-balancer-controller` Helm chart you use.
Visit the [ArtifactHub documentation](https://artifacthub.io/packages/helm/aws/aws-load-balancer-controller) to ensure you are configuring the chart correctly for your version.

```ts
new eks.Cluster(this, 'HelloEKS', {
Expand Down

0 comments on commit 2926163

Please # to comment.