-
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
Cannot provide Output<> as ReleaseArgs.Namespace #306
Comments
Workaround is to use create a namespace with a hardcoded name and an explicit resource dependency via DependsOn. |
@Tungsten78 thank you. I will start look at this, it's pretty interesting, as we test for that in typescript and golang: https://github.com/pulumi/pulumi-kubernetes-cert-manager/blob/master/examples/simple-cert-manager-ts/index.ts#L25 |
What happened?
Expected Result: Namespace is typed as Input. It should accept Output without issue.
Actual Result: providing an Output produces an error. A hardcoded string works.
Related to #133 (different field).
Example
Output of
pulumi about
CLI
Version 3.145.0
Go Version go1.23.4
Go Compiler gc
Plugins
KIND NAME VERSION
language dotnet 3.71.1
resource keycloak 5.3.0
resource kubernetes 4.20.0
resource kubernetes-cert-manager 0.1.1
Host
OS Microsoft Windows 11 Pro
Version 10.0.22631 Build 22631
Arch x86_64
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).
The text was updated successfully, but these errors were encountered: