helmfile/state/environment.go

6 lines
80 B
Go

package state
type EnvironmentSpec struct {
Values []string `yaml:"values"`
}