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
The fix you suggested in closed issue #1099 works for simple string variables. It is still an issue that I can not reference a path as you normally can with the pulumi config set command to append or update a string config within a config map object.
With the pulumi config set command I can insert a value to the webapi map object used as an example below in a stack config yaml fille. How can I do that with the config-map input of this action?
I want to add a to ecrImageUri with the config-map input of this action
Output of pulumi about
this has happened for the all stacks in our org for many months using the ubuntu-latest runner image
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:
What happened?
The fix you suggested in closed issue #1099 works for simple string variables. It is still an issue that I can not reference a path as you normally can with the
pulumi config set
command to append or update a string config within a config map object.With the
pulumi config set
command I can insert a value to thewebapi
map object used as an example below in a stack config yaml fille. How can I do that with theconfig-map
input of this action?example object
Example
example config object:
I want to add a to ecrImageUri with the
config-map
input of this actionOutput of
pulumi about
this has happened for the all stacks in our org for many months using the ubuntu-latest runner image
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: