Skip to content

Commit c4b9ba6

Browse files
authored
Merge pull request #198 from jeevanjoseph/bugfix/enable-oci-datasource-on-grafana
Bugfix/enable oci datasource on grafana
2 parents 5ad705b + ee18cc7 commit c4b9ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/complete/helm-chart/setup/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ grafana:
7474
grafana.ini:
7575
server:
7676
root_url: "%(protocol)s://%(domain)s:%(http_port)s/grafana"
77+
plugins:
78+
allow_loading_unsigned_plugins: "oci-datasource"
7779
persistence:
7880
enabled: true
7981
plugins:

0 commit comments

Comments
 (0)