Skip to content

Commit

Permalink
Omit empty imageOverrides to prevent null values in yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Sep 19, 2024
1 parent d8c6ae7 commit 1d3f8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prowgen/prowgen_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type Konflux struct {

FBCImages []string `json:"fbcImages,omitempty" yaml:"fbcImages,omitempty"`

ImageOverrides []Image `json:"imageOverrides" yaml:"imageOverrides"`
ImageOverrides []Image `json:"imageOverrides,omitempty" yaml:"imageOverrides,omitempty"`
}

type Prowgen struct {
Expand Down

0 comments on commit 1d3f8d9

Please sign in to comment.