Skip to content

Commit

Permalink
Merge pull request #1065 from usmanatron/usmanatron-patch-1
Browse files Browse the repository at this point in the history
(Docs) ingress-nginx: Fix incorrect ingressClassName default comment
  • Loading branch information
shapirov103 authored Aug 16, 2024
2 parents 60256b0 + ae25684 commit 372cfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/addons/ingress-nginx/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface IngressNginxAddOnProps extends HelmAddOnUserProps {

/**
* Specifies the class of the ingress controller. Used to differentiate between multiple ingress controllers.
* @default 'nginx'
* @default 'ingress-nginx'
*/
ingressClassName?: string;

Expand Down

0 comments on commit 372cfa1

Please sign in to comment.