Merge pull request #8274 from wawa0210/fix-upgrade-install-desc

Fix description is ignore when installed with upgrade
pull/8299/head
Matthew Fisher 4 years ago committed by GitHub
commit 4fb8894361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save