Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Fix a variable name in the command (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
klaudiagrz authored Jul 14, 2020
1 parent 85c5ffc commit b567f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/gcp-service-broker-0.1.0/docs/broker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The MySQL database is used to keep the broker's state. You can configure an exte

## Create a Secret

To add the GCP Service Broker to your Namespace, prepare a service account and a JSON access key.
To add the GCP Service Broker to your Namespace, prepare a service account and a JSON access key.

Follow these steps to create a Kubernetes Secret which contains a JSON access key:

Expand All @@ -30,7 +30,7 @@ Follow these steps to create a Kubernetes Secret which contains a JSON access ke

7. Create a Secret from the JSON file by running this command:

kubectl create secret generic gcp-broker-data --from-file=sa-key={filename} --from-literal=project-name={gcp-project} --namespace {namespace}
kubectl create secret generic gcp-broker-data --from-file=sa-key={FILENAME} --from-literal=project-name={GCP_PROJECT_ID} --namespace {NAMESPACE}

8. Click **Done**.

Expand Down

0 comments on commit b567f55

Please # to comment.