actions
actions copied to clipboard
set config
Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
Issue details
I'd like to be able to set config via the githuub action. I'm deploying azure container apps with pulumi, once my container has been build I'm wanting to set config the new built container to use. This is supported in azure devops
Affected area/feature
You can set the config via config-map, e.g.:
config-map: '{name: {value: my-user-name, secret: false}, {foo: {value: bar, secret: false}}'