Skip to content

Commit

Permalink
Fix environment variable IBMCLOUD_API_KEY assigment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag committed Jan 30, 2023
1 parent 0852333 commit 605309e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/src/topics/vpc/load-balancer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
### Deploy VPC cluster with Load Balancer and IBM cloud provider

```console
IBMCLOUD_API_KEY: "XXXXXXXXXXXXXXXXXX" \
IBMCLOUD_API_KEY="XXXXXXXXXXXXXXXXXX" \
IBMVPC_REGION=us-south \
IBMVPC_ZONE=us-south-1 \
IBMVPC_RESOURCEGROUP_NAME="ibm-hypershift-dev" \
Expand Down

0 comments on commit 605309e

Please sign in to comment.