p
Is there an example of creating a service account as part of the deploy? The service-account creation is defined outside of the repo and longer-term I might look to use that definition, but manually running
kubectl create sa testaccount --namespace=test-dev
is enough to get the service to start for now. For some more context my service deployment is defined using helm charts, and it's possible to override the value of serviceAccountName to get the service to expect a different service account.