Merge pull request #112 from yxxhero/remove_unused_comments
remove unused comments
This commit is contained in:
commit
a92c574a98
|
|
@ -79,9 +79,6 @@ func New(conf ConfigProvider) *App {
|
|||
FileOrDir: conf.FileOrDir(),
|
||||
ValuesFiles: conf.StateValuesFiles(),
|
||||
Set: conf.StateValuesSet(),
|
||||
//helmExecer: helmexec.New(conf.HelmBinary(), conf.Logger(), conf.KubeContext(), &helmexec.ShellRunner{
|
||||
// Logger: conf.Logger(),
|
||||
//}),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ type keyVal struct {
|
|||
spaceFlag bool
|
||||
}
|
||||
type argMap struct {
|
||||
//m map[string]string
|
||||
m map[string][]*keyVal
|
||||
flags []string
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue