From 88034c4c419d065bdba51d8939516720e454d996 Mon Sep 17 00:00:00 2001 From: Adin Hodovic <hodovicadin@gmail.com> Date: Mon, 14 Jun 2021 01:07:18 +0200 Subject: [PATCH] jsonnet/platforms: Import managed-cluster addon for the EKS platform --- jsonnet/kube-prometheus/platforms/eks.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet/kube-prometheus/platforms/eks.libsonnet b/jsonnet/kube-prometheus/platforms/eks.libsonnet index 9fa55750..87e70f4f 100644 --- a/jsonnet/kube-prometheus/platforms/eks.libsonnet +++ b/jsonnet/kube-prometheus/platforms/eks.libsonnet @@ -1,4 +1,4 @@ -{ +(import '../addons/managed-cluster.libsonnet') + { values+:: { eks: { minimumAvailableIPs: 10, -- GitLab