From f17ff5e3fbc23e0f24e86e26ca868326a354b04d Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Mon, 22 Apr 2024 16:45:48 +0200 Subject: [PATCH] Add kind config into tilt workflow Signed-off-by: Mikalai Radchuk --- .github/workflows/tilt.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tilt.yaml b/.github/workflows/tilt.yaml index f7fa827d0..7f69328f2 100644 --- a/.github/workflows/tilt.yaml +++ b/.github/workflows/tilt.yaml @@ -41,7 +41,7 @@ jobs: curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \ tar -xzv -C /usr/local/bin ctlptl - name: Set up kind - run: ctlptl create cluster kind --registry=ctlptl-registry + run: ctlptl create cluster kind --registry=ctlptl-registry --config ../../kind-config.yaml - name: Test Tilt run: | cd operator-controller