spinkube / spin-plugin-kube

A Spin plugin for interacting with Kubernetes.
Other
32 stars 7 forks source link

Ability to override app name in `spin kube scaffold` #85

Open endocrimes opened 2 months ago

endocrimes commented 2 months ago

I often use spin kube scaffold in automation, with many versions of an application in the same "image", which results in needing to do rewrites-in-place of the name field. It would be helpful if spin kube scaffold --name my-app was possible.

bacongobbler commented 2 months ago

Agreed. A --name flag would be a nice addition to the project.