Merge pull request #4893 from KnVerey/pluginator-linter-bug

Fix pluginator incompatibility with nolint lines
This commit is contained in:
Kubernetes Prow Robot
2022-11-30 08:32:55 -08:00
committed by GitHub
27 changed files with 54 additions and 87 deletions

View File

@@ -19,8 +19,7 @@ import (
"sigs.k8s.io/yaml"
)
// HelmChartInflationGeneratorPlugin is a plugin to generate resources
// from a remote or local helm chart.
// Generate resources from a remote or local helm chart.
type HelmChartInflationGeneratorPlugin struct {
h *resmap.PluginHelpers
types.HelmGlobals
@@ -28,8 +27,6 @@ type HelmChartInflationGeneratorPlugin struct {
tmpDir string
}
var KustomizePlugin HelmChartInflationGeneratorPlugin
const (
valuesMergeOptionMerge = "merge"
valuesMergeOptionOverride = "override"