pulumi / actions

Deploy continuously to your cloud of choice, using your favorite language, Pulumi, and GitHub!
Apache License 2.0
253 stars 72 forks source link

set config #1168

Open al-karbonhq opened 4 months ago

al-karbonhq commented 4 months ago

Hello!

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

justinvp commented 4 months ago

You can set the config via config-map, e.g.:

config-map: '{name: {value: my-user-name, secret: false}, {foo: {value: bar, secret: false}}'