chore: fix linter
Signed-off-by: Kerstin Albers <kerstinzuzej@gmail.com>
This commit is contained in:
parent
228aab70a9
commit
bc3ceabee7
|
|
@ -1551,7 +1551,7 @@ type TemplateOpts struct {
|
||||||
ShowOnly []string
|
ShowOnly []string
|
||||||
// Propagate '--skip-schema-validation' to helmv3 template and helm install
|
// Propagate '--skip-schema-validation' to helmv3 template and helm install
|
||||||
SkipSchemaValidation bool
|
SkipSchemaValidation bool
|
||||||
TemplateArgs string
|
TemplateArgs string
|
||||||
}
|
}
|
||||||
|
|
||||||
type TemplateOpt interface{ Apply(*TemplateOpts) }
|
type TemplateOpt interface{ Apply(*TemplateOpts) }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue