fix: args ignore in diff subcommand (#1118)

This commit is contained in:
yxxhero 2023-11-04 09:23:36 +08:00 committed by GitHub
parent cb07da1caa
commit 5e65669463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1591,6 +1591,8 @@ func (a *App) diff(r *Run, c DiffConfigProvider) (*string, bool, bool, []error)
var errs []error
helm.SetExtraArgs(GetArgs(c.Args(), r.state)...)
opts := &state.DiffOpts{
Context: c.Context(),
Output: c.DiffOutput(),