Skip to content

Commit

Permalink
Merge pull request #5201 from vincepri/tilt-reload-gomod
Browse files Browse the repository at this point in the history
🌱 Tilt should reload CABPK and KCP on go.mod changes
  • Loading branch information
k8s-ci-robot authored Sep 3, 2021
2 parents 4309b1f + b62c3bc commit 30cdde4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ providers = {
"api",
"controllers",
"internal",
"../../go.mod",
"../../go.sum",
],
},
"kubeadm-control-plane": {
Expand All @@ -64,6 +66,8 @@ providers = {
"api",
"controllers",
"internal",
"../../go.mod",
"../../go.sum",
],
},
"docker": {
Expand Down

0 comments on commit 30cdde4

Please sign in to comment.