Skip to content

Commit 27dc026

Browse files
Merge pull request #397 from gecube/patch-1
Update README.md
2 parents 01514e2 + c26ccc3 commit 27dc026

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,21 @@ After Grafana starts successfully, datasource should be available in the datasou
9999

100100
Example with Grafana [helm chart](https://github.com/grafana/helm-charts/blob/main/charts/grafana/README.md):
101101

102-
Option 1. Using Grafana provisioning:
102+
##### Option 1. Using Grafana provisioning:
103103

104104
``` yaml
105105
env:
106106
GF_INSTALL_PLUGINS: "victoriametrics-logs-datasource"
107107
```
108108

109-
Option 2. Using Grafana plugins section in `values.yaml`:
109+
##### Option 2. Using Grafana plugins section in `values.yaml`:
110110

111111
``` yaml
112112
plugins:
113113
- victoriametrics-logs-datasource
114114
```
115115

116-
Option 3. Using init container.
116+
##### Option 3. Using init container.
117117
<details>
118118
<summary>extraInitContainers.yaml</summary>
119119

@@ -156,7 +156,7 @@ sidecar:
156156

157157
See more about chart settings [here](https://github.com/grafana/helm-charts/blob/541d97051de87a309362e02d08741ffc868cfcd6/charts/grafana/values.yaml)
158158

159-
Option 4. would be to build custom Grafana image with plugin based on the same installation instructions.
159+
##### Option 4. would be to build custom Grafana image with plugin based on the same installation instructions.
160160

161161
#### Grafana operator
162162

0 commit comments

Comments
 (0)