You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stores settings affecting all entries in the related `helmCharts` field:
782
+
- `chartHome`: a file path, relative to the kustomization root, to a directory containing a subdirectory foreach chart to be includedin the kustomization. The default value of this field is "charts". So, forexample, kustomize looks for the minecraft chart at `{kustomizationRoot}/{ChartHome}/minecraft`. If the chart is there at build time, kustomize will use it as found, and not check version numbers or dates. If the chart is not there, kustomize will attempt to pull it using the version number specifiedin the kustomization file, and put it there. To suppress the pull attempt, simply assure that the chart is already there.
783
+
- `configHome`: a value that kustomize should pass to helm via the `HELM_CONFIG_HOME`environment variable. kustomize doesn't attempt to read or write this directory. If omitted, `{tmpDir}/helm` is used, where `{tmpDir}` is some temporary directory created by kustomize for the benefit of helm.
0 commit comments