Skip to content

Commit

Permalink
Merge pull request #168 from SQLJames/main
Browse files Browse the repository at this point in the history
adding plugins section as an option for installation in helm.
  • Loading branch information
zekker6 authored Jun 14, 2024
2 parents 550fa29 + 1e87608 commit bc562ef
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,14 @@ env:
GF_INSTALL_PLUGINS: "https://github.com/VictoriaMetrics/grafana-datasource/releases/download/v0.8.2/victoriametrics-datasource-v0.8.2.zip;victoriametrics-datasource"
```

Option 2. Using init container:
Option 2. Using Grafana plugins section in `values.yaml`:

``` yaml
plugins:
- https://github.com/VictoriaMetrics/grafana-datasource/releases/download/v0.8.2/victoriametrics-datasource-v0.8.2zip;victoriametrics-datasource
```

Option 3. Using init container:
``` yaml
extraInitContainers:
- name: "load-vm-ds-plugin"
Expand Down Expand Up @@ -178,7 +185,7 @@ sidecar:

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

Option 3 would be to build custom Grafana image with plugin based on same installation instructions.
Option 4 would be to build custom Grafana image with plugin based on same installation instructions.

#### Grafana operator

Expand Down

0 comments on commit bc562ef

Please sign in to comment.