|
|
@ -20,6 +20,7 @@ import (
|
|
|
|
"bytes"
|
|
|
|
"bytes"
|
|
|
|
"fmt"
|
|
|
|
"fmt"
|
|
|
|
"io"
|
|
|
|
"io"
|
|
|
|
|
|
|
|
"io/ioutil"
|
|
|
|
"path/filepath"
|
|
|
|
"path/filepath"
|
|
|
|
"regexp"
|
|
|
|
"regexp"
|
|
|
|
"sort"
|
|
|
|
"sort"
|
|
|
@ -63,7 +64,7 @@ func newTemplateCmd(cfg *action.Configuration, out io.Writer) *cobra.Command {
|
|
|
|
client.ClientOnly = !validate
|
|
|
|
client.ClientOnly = !validate
|
|
|
|
client.APIVersions = chartutil.VersionSet(extraAPIs)
|
|
|
|
client.APIVersions = chartutil.VersionSet(extraAPIs)
|
|
|
|
client.IncludeCRDs = includeCrds
|
|
|
|
client.IncludeCRDs = includeCrds
|
|
|
|
rel, err := runInstall(args, client, valueOpts, out)
|
|
|
|
rel, err := runInstall(args, client, valueOpts, ioutil.Discard)
|
|
|
|
|
|
|
|
|
|
|
|
if err != nil && !settings.Debug {
|
|
|
|
if err != nil && !settings.Debug {
|
|
|
|
if rel != nil {
|
|
|
|
if rel != nil {
|
|
|
|