Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

eks.Addon takes CustomResourceOptions instead of ComponentResourceOptions as a constructor argument #1295

Open
flostadler opened this issue Aug 9, 2024 · 0 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@flostadler
Copy link
Contributor

What happened?

The eks.Addon component takes the wrong constructor argument

constructor(name: string, args: AddonOptions, opts?: pulumi.CustomResourceOptions) {
. It should take ComponentResourceOptions instead of CustomResourceOptions.

Example

n/a

Output of pulumi about

n/a

Additional context

No response

Contributing

Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).

@flostadler flostadler added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team and removed needs-triage Needs attention from the triage team labels Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

1 participant