Skip to content

Commit

Permalink
fix: Correctly assign value files flag values (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson committed Jun 26, 2023
1 parent cf99884 commit 0246a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ spec:
}

valueOpts := &values.Options{
ValueFiles: image.FileValues,
ValueFiles: image.ValueFiles,
StringValues: image.StringValues,
Values: image.Values,
FileValues: image.FileValues,
Expand Down

0 comments on commit 0246a8a

Please sign in to comment.