Skip to content

Commit

Permalink
Add kind config into tilt workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
  • Loading branch information
m1kola committed Apr 22, 2024
1 parent 55eab3e commit f17ff5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tilt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f17ff5e

Please sign in to comment.