fixes inlining of command in GCP setup docs (#1547)

* fixes inlining of command in GCP setup docs

Signed-off-by: Adnan Abdulhussein <aadnan@vmware.com>
This commit is contained in:
Adnan Abdulhussein
2019-06-06 16:39:05 -07:00
committed by KubeKween
parent 7d9fc88eb3
commit f1319be60b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -61,6 +61,7 @@ To integrate Velero with GCP, create a Velero-specific [Service Account][15]:
> If you'll be using Velero to backup multiple clusters with multiple GCS buckets, it may be desirable to create a unique username per cluster rather than the default `velero`.
Then list all accounts and find the `velero` account you just created:
```bash
gcloud iam service-accounts list
```
+1
View File
@@ -61,6 +61,7 @@ To integrate Velero with GCP, create a Velero-specific [Service Account][15]:
> If you'll be using Velero to backup multiple clusters with multiple GCS buckets, it may be desirable to create a unique username per cluster rather than the default `velero`.
Then list all accounts and find the `velero` account you just created:
```bash
gcloud iam service-accounts list
```