chore: fix linter

Signed-off-by: Kerstin Albers <kerstinzuzej@gmail.com>
This commit is contained in:
Kerstin Albers 2025-03-06 16:09:15 +01:00
parent 228aab70a9
commit bc3ceabee7
1 changed files with 1 additions and 1 deletions

View File

@ -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) }