diff --git a/pipeline/frontend/yaml/types/container.go b/pipeline/frontend/yaml/types/container.go index b4a17ec043..363ed189fb 100644 --- a/pipeline/frontend/yaml/types/container.go +++ b/pipeline/frontend/yaml/types/container.go @@ -51,7 +51,7 @@ type ( // TODO make []string in 3.x Secrets Secrets `yaml:"secrets,omitempty"` - // TODO make map[string]string in 3.x + // TODO make map[string]any in 3.x Environment base.SliceOrMap `yaml:"environment,omitempty"` // Docker and Kubernetes Specific