remove unused comments
Signed-off-by: yxxhero <aiopsclub@163.com>
This commit is contained in:
parent
f16001e61a
commit
0c57129aab
|
|
@ -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