ServiceWeaver / weaver-kube

Run Service Weaver applications on vanilla Kubernetes.
Apache License 2.0
61 stars 19 forks source link

make build arguments become configurable #36

Open ShotaKitazawa opened 1 year ago

ShotaKitazawa commented 1 year ago

I want to configure the build arguments as the following.

[kube]
image = "kanatakita/dreamkast-weaver"
buildArgs = ["--load"]  # this line

I would like to use this feature in the case of the following.

ShotaKitazawa commented 1 year ago

I created the PR #35. Please review it if your hands are free!