Skip to content

Commit bf6b301

Browse files
committed
Add a note about overriding default Helm options
1 parent bb906e7 commit bf6b301

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,9 @@ This component supports all of the configuration options of the [official Helm c
2525
https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx), except that these
2626
are strongly typed so you will get IDE support and static error checking.
2727

28+
The Helm deployment uses reasonable defaults, including the chart name and repo URL, however,
29+
if you need to override them, you may do so using the `helmOptions` parameter. Refer to
30+
[the API docs for the `kubernetes:helm/v3:Release` Pulumi type](
31+
https://www.pulumi.com/docs/reference/pkg/kubernetes/helm/v3/release/#inputs) for a full set of choices.
32+
2833
For complete details, refer to the Pulumi Package details within the Pulumi Registry.

0 commit comments

Comments
 (0)