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

set config #1168

Open
al-karbonhq opened this issue May 15, 2024 · 1 comment
Open

set config #1168

al-karbonhq opened this issue May 15, 2024 · 1 comment
Labels
kind/enhancement Improvements or new features

Comments

@al-karbonhq
Copy link

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 al-karbonhq added kind/enhancement Improvements or new features needs-triage Needs attention from the triage team labels May 15, 2024
@justinvp justinvp removed the needs-triage Needs attention from the triage team label May 15, 2024
@justinvp
Copy link
Member

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Improvements or new features
Projects
None yet
Development

No branches or pull requests

2 participants