Skip to content

Commit

Permalink
Remove etcd-snapshot from tilt
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev authored and alexander-demicev committed Dec 2, 2024
1 parent 75e1c04 commit c1d7aa6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if settings.get("trigger_mode") == "manual":
if settings.get("default_registry") != "":
default_registry(settings.get("default_registry"))

always_enable_projects = ["turtles", "turtles-etcdsnapshotrestore", "turtles-capiproviders"]
always_enable_projects = ["turtles", "turtles-capiproviders"]

projects = {
"turtles": {
Expand All @@ -51,19 +51,6 @@ projects = {
"kustomize_dir": "config/default",
"label": "turtles"
},
"turtles-etcdsnapshotrestore": {
"context": "exp/etcdrestore",
"image": "ghcr.io/rancher/turtles-etcd-snapshot-restore:dev",
"live_reload_deps": [
"main.go",
"go.mod",
"go.sum",
"controllers",
"webhooks",
],
"kustomize_dir": "config/default",
"label": "turtles-etcdsnapshotrestore"
},
"turtles-capiproviders": {
"context": ".",
"live_reload_deps": [
Expand Down

0 comments on commit c1d7aa6

Please sign in to comment.