Localize helm fields (#4978)

* Localize helm fields

* Address readability feedback

* Handle edge cases

* Improve readability

Split copyChartHome and use existence to prevent repeated copying.
This commit is contained in:
Anna Song
2023-01-26 12:56:26 -08:00
committed by GitHub
parent af9a13111b
commit fb294921f5
6 changed files with 651 additions and 44 deletions

View File

@@ -3,6 +3,8 @@
package types
const HelmDefaultHome = "charts"
type HelmGlobals struct {
// ChartHome is a file path, relative to the kustomization root,
// to a directory containing a subdirectory for each chart to be