Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateValueFilesFromUpstreamCharts ¶
CreateValueFilesFromUpstreamCharts requires helmfile's path as input It parses the helmfiles and creates a directory with all the value files from the upstream helm charts
Types ¶
type HelmDefaults ¶
HelmDefaults
type HelmfileConfig ¶
type HelmfileConfig struct { Repositories []Repositories `yaml:"repositories"` HelmDefaults HelmDefaults `yaml:"helmDefaults"` Releases []Releases `yaml:"releases"` }
Helmfile
type Hooks ¶
type Hooks struct { Command string `yaml:"command"` Args []string `yaml:"args"` Events []string `yaml:"events"` }
Hooks
type Releases ¶
type Releases struct { Name string `yaml:"name"` Namespace string `yaml:"namespace"` Chart string `yaml:"chart"` Version string `yaml:"version"` DisableValidation bool `yaml:"disableValidation"` MissingFileHandler string `yaml:"missingFileHandler"` Values []string `yaml:"values"` Hooks []Hooks `yaml:"hooks"` Needs []string `yaml:"needs"` }
Releases (Helm Charts)
type Repositories ¶
Repositories
Click to show internal directories.
Click to hide internal directories.