From 694b48660b1a08a622742a3be0d9854c86c7f34a Mon Sep 17 00:00:00 2001 From: Vardan Torosyan Date: Thu, 13 Apr 2023 17:47:15 +0200 Subject: [PATCH] Docs: Fix a type in support bundles (#66481) --- docs/sources/troubleshooting/support-bundles/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/troubleshooting/support-bundles/index.md b/docs/sources/troubleshooting/support-bundles/index.md index f8decb69cb6..ff5d794d3c5 100644 --- a/docs/sources/troubleshooting/support-bundles/index.md +++ b/docs/sources/troubleshooting/support-bundles/index.md @@ -90,7 +90,7 @@ Ensure [age](https://github.com/FiloSottile/age#installation) is installed on yo Add the public key to the `public_keys` setting in the `support_bundle` section of the Grafana configuration file. ```ini -[support_bundle] +[support_bundles] public_keys = "age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9aqmcac8p" ``` @@ -100,7 +100,7 @@ public_keys = "age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9aqmcac8p" Example: ```ini -[support_bundle] +[support_bundles] public_keys = "age1ql3z7hjy54pw3hyww5ayyfg7zqgvc7w3j2elw8zmrj2kg5sfn9aqmcac8p age1yu8vzu554pv3klw46yhdv4raz36k5w3vy30lpxn46923lqngudyqvxacer" ```