From b3b7f86c4ba31fcd681826281b6b485a37a818f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Wed, 20 Sep 2023 22:04:47 +0200 Subject: [PATCH] fix: helm install in ci (#488) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- Makefile | 2 +- scripts/config/no-ingress/kyverno-playground.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 scripts/config/no-ingress/kyverno-playground.yaml diff --git a/Makefile b/Makefile index 5d43cca3..b0484a95 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ KIND_IMAGE ?= kindest/node:v1.26.3 KIND_NAME ?= kind KYVERNO_VERSION ?= 1c7d62f9a1d0 KOCACHE ?= /tmp/ko-cache -USE_CONFIG ?= standard,in-cluster,all-read-rbac +USE_CONFIG ?= standard,no-ingress,in-cluster,all-read-rbac KUBECONFIG ?= "" PIP ?= "pip3" diff --git a/scripts/config/no-ingress/kyverno-playground.yaml b/scripts/config/no-ingress/kyverno-playground.yaml new file mode 100644 index 00000000..9c60e566 --- /dev/null +++ b/scripts/config/no-ingress/kyverno-playground.yaml @@ -0,0 +1,2 @@ +ingress: + enabled: false