Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nvthongswansea committed Mar 15, 2023
1 parent 49895f4 commit e5cfa4a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ projects:
url: https://api.gridscale.io
```
Following environment variables can also be used instead of config file:
- `GRIDSCALE_UUID` - corresponds to `userId`
- `GRIDSCALE_TOKEN` - corresponds to `token`
- `GRIDSCALE_URL` - corresponds to `url`
**Note**: If the config file and the environment variables are used at the same time, the config file will be ignored and the environment variables will be used.

## Kubernetes

You can use gscloud to retrieve the kubeconfig of your managed Kubernetes cluster via
Expand Down

0 comments on commit e5cfa4a

Please sign in to comment.