Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
ValueFiles []string
StringValues []string
Values []string
}
func (*Options) MergeValues ¶
func (opts *Options) MergeValues(p getter.Providers) (map[string]interface{}, error)
MergeValues merges values from files specified via -f/--values and directly via --set or --set-string, marshaling them to YAML
Click to show internal directories.
Click to hide internal directories.