From: https://github.com/elafros/elafros/pull/444 ```yaml serviceAccountName: ... # Name of the service account the code should run as. ``` This should be added [here](https://github.com/elafros/elafros/blob/master/pkg/apis/ela/v1alpha1/revision_types.go#L63) and passed through to the Pod [here](https://github.com/elafros/elafros/blob/master/pkg/controller/revision/ela_pod.go#L103). cc @bobcatfish @cooperneil