actions icon indicating copy to clipboard operation
actions copied to clipboard

set config

Open al-karbonhq opened this issue 1 year ago • 1 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

al-karbonhq avatar May 15 '24 06:05 al-karbonhq

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

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

justinvp avatar May 15 '24 23:05 justinvp