ServiceWeaver / weaver-kube

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

Add knob for service account #76

Closed rgrandl closed 12 months ago

rgrandl commented 12 months ago

Right now we allow the user to specify a custom namespace where to deploy a service weaver app using the kube deployer. However, we bound them to run the pods using the default service account.

This PR enables the user to specify a custom service account as well.