From 5bf6f30e2ba77a35a273e939799ebe6ce07dbfeb Mon Sep 17 00:00:00 2001 From: Aesop7 Date: Mon, 20 Nov 2023 10:35:21 -0500 Subject: [PATCH] Documentation: add Longhorn example (#2353) --- docs/widgets/info/longhorn.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/widgets/info/longhorn.md b/docs/widgets/info/longhorn.md index e25c844b6..0a3a237d7 100644 --- a/docs/widgets/info/longhorn.md +++ b/docs/widgets/info/longhorn.md @@ -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 +```