Documentation
¶
Index ¶
- Constants
- func GetProfileYAML(installPackagePath, profileOrPath string) (string, error)
- func ListProfiles(charts string) ([]string, error)
- func LoadValues(profileName string, chartsDir string) (string, error)
- func ReadProfileYAML(profile, manifestsPath string) (string, error)
- func Reader(namespace string, directory string, dop values.Map) ([]manifest.Manifest, util.Errors, error)
- type Warnings
Constants ¶
View Source
const ( // NotesFileNameSuffix is the file name suffix for helm notes. // see https://helm.sh/docs/chart_template_guide/notes_files/ NotesFileNameSuffix = ".txt" BaseChartName = "base" DefaultProfileFilename = "default.yaml" )
Variables ¶
This section is empty.
Functions ¶
func GetProfileYAML ¶
func ListProfiles ¶
func ReadProfileYAML ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.