Skip to content

Commit

Permalink
fix: helm install in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Sep 20, 2023
1 parent 12c7486 commit 6929ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 2 additions & 0 deletions scripts/config/no-ingress/kyverno-playground.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ingress:
enabled: false

0 comments on commit 6929ab7

Please sign in to comment.