Documentation: add Longhorn example (#2353)

pull/2372/head
Aesop7 6 months ago committed by GitHub
parent 66fbe9f670
commit 5bf6f30e2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,4 +26,12 @@ It can show the aggregate metrics and/or the individual node metrics.
- 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…
Cancel
Save