Skip to content

Commit

Permalink
fix: override data_dir
Browse files Browse the repository at this point in the history
This is a fix for bazelbuild/rules_pkg#82

Change-Id: I7733ea110103298c36106e40233d57fa9b1d2a1a
Reviewed-on: https://review.monogon.dev/c/NetMeta/+/1115
Reviewed-by: Leopold Schabel <[email protected]>
  • Loading branch information
fionera committed Feb 1, 2023
1 parent c674f00 commit ba03a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions third_party/grafana/container.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ def grafana_plugin_layer(name):
files = [
"@{}//:files".format(name),
],
data_path = ".",
directory = "/var/lib/grafana/plugins/{}".format(name),
)

Expand Down

0 comments on commit ba03a2d

Please sign in to comment.