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