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

allow owner field in app.yaml #4527

Merged
merged 2 commits into from
Mar 30, 2024
Merged

allow owner field in app.yaml #4527

merged 2 commits into from
Mar 30, 2024

Conversation

ayys
Copy link
Member

@ayys ayys commented Mar 28, 2024

  • support owner field in app.yaml
  • add owner field to app.yaml generated by wasmer app create

makes it so app.yaml can process owner field in two ways,

In descending order of priority:

  • via the --owner flag passed to the CLI
  • via the owner field in the app.yaml

sample config:

kind: wasmer.io/App.v0
name: my-fun-little-app
owner: <user or namespace> # new owner field
package: wasmer/hello

@ayys ayys requested a review from syrusakbary as a code owner March 28, 2024 07:05
ayys added 2 commits March 30, 2024 09:08
this makes it so app.yaml can process owner field in two ways,

In desdcending order of priority:
- via the `--owner` flag passed to the CLI
- via the `owner` field in the app.yaml
@theduke theduke enabled auto-merge (rebase) March 30, 2024 08:08
@theduke theduke merged commit 1a7c9d2 into master Mar 30, 2024
59 checks passed
@theduke theduke deleted the owner-in-app branch March 30, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants