Skip to content
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

Config-map input not working for adding value to map object as the pulumi config set command #1354

Open
hansarh opened this issue Feb 19, 2025 · 0 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@hansarh
Copy link

hansarh commented Feb 19, 2025

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 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?

example object

config:
  MyStack:webapi:
    ecrImageUri: <URI PATH>
    cpu: 1
    memory: 512
    name: my-web-api
  ...  

Example

example config object:

config:
  MyStack:webapi:
    ecrImageUri: <URI PATH>
    cpu: 1
    memory: 512
    name: my-web-api
   ...  

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).

@hansarh hansarh added kind/bug Some behavior is incorrect or out of spec needs-triage Needs attention from the triage team labels Feb 19, 2025
@lunaris lunaris removed the needs-triage Needs attention from the triage team label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants