We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55eab3e commit f17ff5eCopy full SHA for f17ff5e
.github/workflows/tilt.yaml
@@ -41,7 +41,7 @@ jobs:
41
curl -fsSL https://github.com/tilt-dev/ctlptl/releases/download/v$CTLPTL_VERSION/ctlptl.$CTLPTL_VERSION.linux.x86_64.tar.gz | \
42
tar -xzv -C /usr/local/bin ctlptl
43
- name: Set up kind
44
- run: ctlptl create cluster kind --registry=ctlptl-registry
+ run: ctlptl create cluster kind --registry=ctlptl-registry --config ../../kind-config.yaml
45
- name: Test Tilt
46
run: |
47
cd operator-controller
0 commit comments