chore(optim): manage space in struct
Warning given by sonarlint, saves a few bytes.
This commit is contained in:
@@ -26,9 +26,9 @@ type ConvertOptions struct {
|
|||||||
ChartVersion string
|
ChartVersion string
|
||||||
Icon string
|
Icon string
|
||||||
Profiles []string
|
Profiles []string
|
||||||
|
EnvFiles []string
|
||||||
Force bool
|
Force bool
|
||||||
HelmUpdate bool
|
HelmUpdate bool
|
||||||
EnvFiles []string
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// HelmChart is a Helm Chart representation. It contains all the
|
// HelmChart is a Helm Chart representation. It contains all the
|
||||||
|
Reference in New Issue
Block a user