Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // ChartName name of the Helm chart and its base directory where Chart.yaml is located. ChartName string // ChartDir - optional path to chart dir. Full chart path will be: ChartDir/ChartName/Chart.yaml. ChartDir string // Verbose set true to see WARN and INFO logs. Verbose bool // VeryVerbose set true to see WARN, INFO, and DEBUG logs. VeryVerbose bool // crd-dir set true to enable crd folder. Crd bool // ImagePullSecrets flag ImagePullSecrets bool // GenerateDefaults enables the generation of empty values placeholders for common customization options of helm chart // current generated values: tolerances, node selectors, topology constraints GenerateDefaults bool }
Config for Helmify application.
Click to show internal directories.
Click to hide internal directories.