helmfile/state/environment.go

7 lines
116 B
Go

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