From f1319be60bfa638ac887af00210ed6bce7153189 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Thu, 6 Jun 2019 16:39:05 -0700 Subject: [PATCH] fixes inlining of command in GCP setup docs (#1547) * fixes inlining of command in GCP setup docs Signed-off-by: Adnan Abdulhussein --- site/docs/master/gcp-config.md | 1 + site/docs/v1.0.0/gcp-config.md | 1 + 2 files changed, 2 insertions(+) diff --git a/site/docs/master/gcp-config.md b/site/docs/master/gcp-config.md index 571431380..9d4f65139 100644 --- a/site/docs/master/gcp-config.md +++ b/site/docs/master/gcp-config.md @@ -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 ``` diff --git a/site/docs/v1.0.0/gcp-config.md b/site/docs/v1.0.0/gcp-config.md index 571431380..9d4f65139 100644 --- a/site/docs/v1.0.0/gcp-config.md +++ b/site/docs/v1.0.0/gcp-config.md @@ -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 ```