Skip to content

Commit

Permalink
Fix default values
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed May 2, 2024
1 parent 5cfd1d1 commit 36ad104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/engine/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func Render(ctx context.Context, c *client.Client, opts Options) ([]byte, error)
}

rootValues := map[string]interface{}{
"Values": values,
"Values": mergeMaps(chrt.Values, values),
}

eng := helmEngine.Engine{}
Expand Down

0 comments on commit 36ad104

Please sign in to comment.