From 60c33ff10a5a02bdc18a92bb59b8b5841a690f97 Mon Sep 17 00:00:00 2001 From: Patricio M Dorantes Jamarne Date: Wed, 24 Feb 2021 20:31:19 -0600 Subject: [PATCH] fix etcd mixin new path --- jsonnet/kube-prometheus/jsonnetfile.json | 2 +- jsonnet/kube-prometheus/kube-prometheus-static-etcd.libsonnet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonnet/kube-prometheus/jsonnetfile.json b/jsonnet/kube-prometheus/jsonnetfile.json index d7c3c677..5086c903 100644 --- a/jsonnet/kube-prometheus/jsonnetfile.json +++ b/jsonnet/kube-prometheus/jsonnetfile.json @@ -14,7 +14,7 @@ "source": { "git": { "remote": "https://github.com/etcd-io/etcd", - "subdir": "Documentation/etcd-mixin" + "subdir": "contrib/mixin" } }, "version": "master" diff --git a/jsonnet/kube-prometheus/kube-prometheus-static-etcd.libsonnet b/jsonnet/kube-prometheus/kube-prometheus-static-etcd.libsonnet index 2994023d..a92a71a8 100644 --- a/jsonnet/kube-prometheus/kube-prometheus-static-etcd.libsonnet +++ b/jsonnet/kube-prometheus/kube-prometheus-static-etcd.libsonnet @@ -1,4 +1,4 @@ -(import 'github.com/etcd-io/etcd/Documentation/etcd-mixin/mixin.libsonnet') + { +(import 'github.com/etcd-io/contrib/mixin/mixin.libsonnet') + { _config+:: { etcd: { ips: [],