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 d63dfb4 commit aef01d5Copy full SHA for aef01d5
.github/actions/tilt/action.yaml
@@ -17,7 +17,16 @@ runs:
17
tar -xzv -C /usr/local/bin ctlptl
18
- name: Set up kind
19
shell: bash
20
- run: ctlptl create cluster kind --registry=ctlptl-registry
+ # run: ctlptl create cluster kind --registry=ctlptl-registry
21
+ run: |
22
+ cat <<EOF | ctlptl apply -f -
23
+ apiVersion: ctlptl.dev/v1alpha1
24
+ kind: Cluster
25
+ product: kind
26
+ registry: ctlptl-registry
27
+ registryAuths:
28
+ - endpoint: http://192.168.127.1:5000
29
+ EOF
30
- name: Start Tilt
31
32
run: tilt ci
0 commit comments