googlearchive / k8s-service-catalog

[DEPRECATED] Commandline tool to manage Service Catalog lifecycle and GCP Service Broker atop Kubernetes Cluster
Apache License 2.0
69 stars 31 forks source link

[tutorial] ServiceBinding requires service account otherwise not defined #210

Open DazWilkin opened 6 years ago

DazWilkin commented 6 years ago

The ServiceBinding uses a service account.

IIUC this is to provision the Pub/Sub topic

The example references the author's service account and project:

serviceAccount: "bind-test@sunilarora-sandbox.iam.gserviceaccount.com"

The service account equivalent for the reader is not itself created previously in the tutorial.

Nor is it clear how referencing this service account by name (without providing a key) could|should work.