diff --git a/pkg/state/state.go b/pkg/state/state.go index 2a31dca1..d6e27703 100644 --- a/pkg/state/state.go +++ b/pkg/state/state.go @@ -1551,7 +1551,7 @@ type TemplateOpts struct { ShowOnly []string // Propagate '--skip-schema-validation' to helmv3 template and helm install SkipSchemaValidation bool - TemplateArgs string + TemplateArgs string } type TemplateOpt interface{ Apply(*TemplateOpts) }