Skip to content

Commit

Permalink
Merge pull request #11270 from AndiDog/tilt-fix
Browse files Browse the repository at this point in the history
🌱 Fix parsing of `config.live_reload_deps` from Tilt provider config file
  • Loading branch information
k8s-ci-robot authored Oct 8, 2024
2 parents 48ee02a + e2abf59 commit f251a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/tools/internal/tilt-prepare/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ func loadTiltProvider(providerRepository string) (map[string]tiltProviderConfig,
ret[p.Name] = tiltProviderConfig{
Context: &contextPath,
Version: p.Config.Version,
LiveReloadDeps: p.Config.LiveReloadDeps,
ApplyProviderYaml: p.Config.ApplyProviderYaml,
KustomizeFolder: p.Config.KustomizeFolder,
KustomizeOptions: p.Config.KustomizeOptions,
Expand Down

0 comments on commit f251a7b

Please sign in to comment.