File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,21 +99,21 @@ After Grafana starts successfully, datasource should be available in the datasou
9999
100100Example 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
105105env:
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
112112plugins:
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
157157See 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
You can’t perform that action at this time.
0 commit comments