Skip to content

Commit 6a150f4

Browse files
authored
Merge pull request #1310 from paulfantom/full-path
jsonnet: use full dependency path
2 parents 33cc694 + f6d6b30 commit 6a150f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonnet/kube-prometheus/addons/windows.libsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
local windowsdashboards = import 'kubernetes-mixin/dashboards/windows.libsonnet';
2-
local windowsrules = import 'kubernetes-mixin/rules/windows.libsonnet';
1+
local windowsdashboards = import 'github.com/kubernetes-monitoring/kubernetes-mixin/dashboards/windows.libsonnet';
2+
local windowsrules = import 'github.com/kubernetes-monitoring/kubernetes-mixin/rules/windows.libsonnet';
33

44
{
55
values+:: {

0 commit comments

Comments
 (0)