Skip to content

Commit f17ff5e

Browse files
author
Mikalai Radchuk
committed
Add kind config into tilt workflow
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 55eab3e commit f17ff5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tilt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \
4242
tar -xzv -C /usr/local/bin ctlptl
4343
- name: Set up kind
44-
run: ctlptl create cluster kind --registry=ctlptl-registry
44+
run: ctlptl create cluster kind --registry=ctlptl-registry --config ../../kind-config.yaml
4545
- name: Test Tilt
4646
run: |
4747
cd operator-controller

0 commit comments

Comments
 (0)