You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chart v4 supports the use of assets as chart values, for example to populate the extraDeploy parameter (which takes an array of yaml manifests) of a Bitnami chart. For some reason, the value isn't used as expected.
If you run this example, we expect to see a ConfigMap named cert-manager-extra in the set of child resources, as defined by the manifest.
Output of pulumi about
❯ p about
CLI
Version 3.117.0
Go Version go1.22.3
Go Compiler gc
Plugins
KIND NAME VERSION
resource kubernetes unknown
language yaml unknown
Host
OS darwin
Version 14.4.1
Arch arm64
Additional context
The root cause seems to be that values of type array aren't processed correctly.
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:
What happened?
Chart v4 supports the use of assets as chart values, for example to populate the
extraDeploy
parameter (which takes an array of yaml manifests) of a Bitnami chart. For some reason, the value isn't used as expected.Example
Pulumi.yaml:
manifest.yaml:
If you run this example, we expect to see a
ConfigMap
namedcert-manager-extra
in the set of child resources, as defined by the manifest.Output of
pulumi about
Additional context
The root cause seems to be that values of type array aren't processed correctly.
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: