Skip to content

Commit

Permalink
feat: add Tilt support
Browse files Browse the repository at this point in the history
This adds the support for Tilt, as described in:
https://cluster-api.sigs.k8s.io/developer/tilt.html#tilt-provider-configuration

Signed-off-by: Benjamin Gentil <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
bengentil authored and smira committed Dec 26, 2022
1 parent d105ecc commit 4bdb103
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
_out

# Tilt build files
.tiltbuild
3 changes: 3 additions & 0 deletions config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
resources:
- manager.yaml
images:
- name: controller
newName: ghcr.io/siderolabs/cluster-api-control-plane-talos-controller
17 changes: 17 additions & 0 deletions tilt-provider.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "talos-control-plane",
"config": {
"image": "ghcr.io/siderolabs/cluster-api-control-plane-talos-controller",
"live_reload_deps": [
"main.go",
"go.mod",
"go.sum",
"api",
"config",
"controllers",
"internal",
"pkg"
],
"label": "CACPPT"
}
}

0 comments on commit 4bdb103

Please sign in to comment.