pass subchart notes option to install client

Signed-off-by: Jon Leonard <jgleonard@gmail.com>
pull/7830/head
Jon Leonard 4 years ago
parent aef7b1dca2
commit 00201ffaa8

@ -112,6 +112,7 @@ func newUpgradeCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
instClient.Atomic = client.Atomic
instClient.PostRenderer = client.PostRenderer
instClient.DisableOpenAPIValidation = client.DisableOpenAPIValidation
instClient.SubNotes = client.SubNotes
rel, err := runInstall(args, instClient, valueOpts, out)
if err != nil {

Loading…
Cancel
Save