-
Notifications
You must be signed in to change notification settings - Fork 34
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
path_to_inline_values not actually supported in tanzu-package-installer #403
Comments
Furthermore, I can't get any official Tanzu plugins to install thru this.
I've tried all the versions I can find from "tanzu packages available list". I've also tried with cert-manager. Same result. POST comes back saying 'package name or version not found' If I use
|
Hello my fellow tanzu wanderers lacking support from Broadcom :) I've come back to this and figured both issues out. For the first: I've now tried v1.4.5 and this has resolved. Perhaps a domain issue in the buyout For the second: I needed to use the full package name instead of the short. eg: external-dns.tanzu.vmware.com instead of just external-dns |
I retract my statement. The first issue is not resolved. Even with 1.4.5 I'm still getting |
OK. I'm confused. I exhausted all my options for using the deprecated overlay_values. I could not supply a nested deployment.args map no matter how hard I tried. I went back to path_to_inline_values and wound up on spec.go in the packageinstaller resource folder. "It is defined!" I thought. "Why would terraform complain". In an effort to try and hack my way thru it, I downloaded this entire repo. Built it without modification and then proceeded to use it as specified in the development instructions. It worked! Somehow, the spec did not make it into your latest build! |
'Marking this issue as stale due to inactivity. This helps us focus on the active issues. If this issue receives no comments in the next 30 days it will automatically be closed. If this issue was automatically closed and you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. |
Describe the bug
I'm using:
I have a resource like this:
However terraform plan comes back with:
THe only docs I've found is this:
https://github.com/vmware/terraform-provider-tanzu-mission-control/blob/d9cc1f4e9d7abed257b2a0d97ed41de16c83580e/docs/resources/package_install.md
which clearly seem to state it should be there. And I'm on the latest provider.
Reproduction steps
...
Expected behavior
terraform plan should be aware this is a legitimate value?
Additional context
No response
The text was updated successfully, but these errors were encountered: