diff --git a/pkg/app/app.go b/pkg/app/app.go index a4becfc2..70c397bf 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -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(),