From f8175ed1cd5bfa76d9cf390ff9afa6b3cdf87d82 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:37:46 +0200 Subject: [PATCH] fix md rendering of grafana's readme, (#1929) --- library/ix-dev/community/grafana/Chart.yaml | 2 +- library/ix-dev/community/grafana/README.md | 2 +- library/ix-dev/community/grafana/app-readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/ix-dev/community/grafana/Chart.yaml b/library/ix-dev/community/grafana/Chart.yaml index fab0d34f65..9b4baf8b01 100644 --- a/library/ix-dev/community/grafana/Chart.yaml +++ b/library/ix-dev/community/grafana/Chart.yaml @@ -3,7 +3,7 @@ description: Grafana is the open source analytics & monitoring solution for ever annotations: title: Grafana type: application -version: 1.2.2 +version: 1.2.3 apiVersion: v2 appVersion: 10.2.3 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/community/grafana/README.md b/library/ix-dev/community/grafana/README.md index aa350168cf..b7ae595380 100644 --- a/library/ix-dev/community/grafana/README.md +++ b/library/ix-dev/community/grafana/README.md @@ -6,7 +6,7 @@ Additional configuration can be made by adding additional environment variables Here is the available [configuration documentation](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/) Use the following syntax: -`GF__` +`GF_[SECTION-NAME]_[KEY-NAME]` Example: `GF_SMTP_ENABLED` diff --git a/library/ix-dev/community/grafana/app-readme.md b/library/ix-dev/community/grafana/app-readme.md index aa350168cf..b7ae595380 100644 --- a/library/ix-dev/community/grafana/app-readme.md +++ b/library/ix-dev/community/grafana/app-readme.md @@ -6,7 +6,7 @@ Additional configuration can be made by adding additional environment variables Here is the available [configuration documentation](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/) Use the following syntax: -`GF__` +`GF_[SECTION-NAME]_[KEY-NAME]` Example: `GF_SMTP_ENABLED`