Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LocateChartPath ¶
func LocateChartPath(repoURL, username, password, name, version string, verify bool, keyring, certFile, keyFile, caFile string) (string, error)
locateChartPath looks for a chart directory in known places, and returns either the full path or an error.
This does not ensure that the chart is well-formed; only that the requested filename exists.
Order of resolution: - current working directory - if path is absolute or begins with '.', error out here - chart repos in $HELM_HOME - URL
If 'verify' is true, this will attempt to also verify the chart.
func MergeValues ¶
Copied from Helm.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.