Skip to content

Commit

Permalink
fix(rendered): Pass helm legacy deploy flags to render config
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <[email protected]>
  • Loading branch information
idsulik committed Jan 25, 2025
1 parent f132ab2 commit 2237aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/skaffold/runner/renderer.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func GetRenderer(ctx context.Context, runCtx *runcontext.RunContext, hydrationDi
rCfg := latest.RenderConfig{
Generate: latest.Generate{
Helm: &latest.Helm{
Flags: p.Deploy.LegacyHelmDeploy.Flags,
Releases: legacyHelmReleases,
},
},
Expand Down

0 comments on commit 2237aac

Please sign in to comment.