Is it possible to create a GCP Cloud Run Service w...
# general
e
Is it possible to create a GCP Cloud Run Service without using the default robot service account? I tried to specify “serviceAccountName: crUser.email” under template -> spec where crUser is the service account I created ahead of the Cloud Run instance but it still uses the default robot service account instead.