From 00ab4812c84a89e2541ee7e49647040c4b35eef2 Mon Sep 17 00:00:00 2001 From: Blizter <blizter47@gmail.com> Date: Sun, 24 Oct 2021 09:35:03 -0400 Subject: [PATCH] update import statement --- sync-to-internal-registry.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-to-internal-registry.jsonnet b/sync-to-internal-registry.jsonnet index 88446d0b..c530175a 100644 --- a/sync-to-internal-registry.jsonnet +++ b/sync-to-internal-registry.jsonnet @@ -1,5 +1,5 @@ -local kp = import 'kube-prometheus/main.libsonnet'; local l = import 'kube-prometheus/addons/config-mixins.libsonnet'; +local kp = import 'kube-prometheus/main.libsonnet'; local config = kp.values.common; local makeImages(config) = [ -- GitLab