Documentation: add Longhorn example (#2353)
This commit is contained in:
parent
66fbe9f670
commit
5bf6f30e2b
1 changed files with 9 additions and 1 deletions
|
@ -26,4 +26,12 @@ It can show the aggregate metrics and/or the individual node metrics.
|
||||||
- node2
|
- node2
|
||||||
```
|
```
|
||||||
|
|
||||||
The Longhorn URL and credentials are stored in the `providers` section of the `settings.yaml`.
|
The Longhorn URL and credentials are stored in the `providers` section of the `settings.yaml`. e.g.:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
providers:
|
||||||
|
longhorn:
|
||||||
|
username: "longhorn-username" # optional
|
||||||
|
password: "very-secret-longhorn-password" # optional
|
||||||
|
url: https://longhorn.aesop.network
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue