override

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Apply

func Apply(base []byte, overrides Overrides) ([]byte, error)

Apply merges overrides into raw YAML data and returns the merged result. Precedence (lowest to highest): base YAML < value files (in order) < --set values.

Types

type Overrides

type Overrides struct {
	ValueFiles []string // -f / --values file paths
	SetValues  []string // --set key=value pairs
}

Overrides holds the override configuration from CLI flags.

func (Overrides) IsEmpty

func (o Overrides) IsEmpty() bool

IsEmpty returns true if no overrides are configured.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL