Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 860cabe

Browse files
authored
Merge pull request #283 from derekperkins/patch-1
Update helm install instructions to use 2.0.0
2 parents d396199 + 0301b0c commit 860cabe

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

INSTALL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ Add the below to your values.yaml
2525
## Pass the plugins you want installed as a list.
2626
##
2727
plugins:
28-
- https://github.com/doitintl/bigquery-grafana/archive/1.0.8.zip;doit-bigquery-datasource
28+
- https://github.com/doitintl/bigquery-grafana/archive/2.0.0.zip;doit-bigquery-datasource
29+
30+
grafana.ini:
31+
plugins:
32+
allow_loading_unsigned_plugins: doitintl-bigquery-datasource
2933
...
3034
```
3135

0 commit comments

Comments
 (0)