-
Notifications
You must be signed in to change notification settings - Fork 7
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
Can't use Pulumi output values as args #1
Comments
This is not fixed - still getting this error when I use a pulumi output value as input:
Works fine when hardcoding a string value. |
Any update on this? |
Same issue :-)
Confirming this workaround. Though, I'd rather use the dynamically generated namespace name by Pulumi rather than a static name, so a fix here would be nice. |
Seems like the issue was resolved, we simply need a new release of this provider to effectively use it. |
Hello!
Issue details
Errors out while creating the cert-manager resource with Pulumi output value as args:
Steps to reproduce
Creating the cert-manager resource using the below code:
Errors out due to the Pulumi output value
certManagerRole.arn
.Also tried using serviceAccount and secuirtyContext args directly rather than inside helmOptions.values, but same error for all args.
Expected:
Ideally, should be able to create the resource with arg values of Pulumi outputs.
Actual:
Error creating resource
The text was updated successfully, but these errors were encountered: