Skip to content

Commit f251a7b

Browse files
authored
Merge pull request #11270 from AndiDog/tilt-fix
🌱 Fix parsing of `config.live_reload_deps` from Tilt provider config file
2 parents 48ee02a + e2abf59 commit f251a7b

File tree

1 file changed

+1
-0
lines changed
  • hack/tools/internal/tilt-prepare

1 file changed

+1
-0
lines changed

hack/tools/internal/tilt-prepare/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ func loadTiltProvider(providerRepository string) (map[string]tiltProviderConfig,
388388
ret[p.Name] = tiltProviderConfig{
389389
Context: &contextPath,
390390
Version: p.Config.Version,
391+
LiveReloadDeps: p.Config.LiveReloadDeps,
391392
ApplyProviderYaml: p.Config.ApplyProviderYaml,
392393
KustomizeFolder: p.Config.KustomizeFolder,
393394
KustomizeOptions: p.Config.KustomizeOptions,

0 commit comments

Comments
 (0)