pulumi / actions

Deploy continuously to your cloud of choice, using your favorite language, Pulumi, and GitHub!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set config

al-karbonhq opened this issue Β· comments

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}}'