Skip to content

Commit

Permalink
Fix typo in the connect-kubernetes command for Google Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
rick-nu authored Oct 18, 2023
1 parent f39f2e6 commit 5bb14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ key file manually first as follows:
```yaml
before_script:
- echo $SERVICE_ACCOUNT_JSON_KEY > /tmp/.gcloud_private_key
- connect-google-cloud /tmp/.gcloud_private_key "<region>" "<project>" "<cluster_name>"
- connect-kubernetes /tmp/.gcloud_private_key "<region>" "<project>" "<cluster_name>"
```

# Tips
Expand Down

0 comments on commit 5bb14fc

Please sign in to comment.