Skip to content

Commit

Permalink
Fixed incorrect yaml tag in RegistryConfig struct
Browse files Browse the repository at this point in the history
Signed-off-by: Theodor Mihalache <[email protected]>
  • Loading branch information
tmihalac committed Nov 21, 2024
1 parent 42d0801 commit d6b6f17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ type OnlineStoreConfig struct {
type RegistryConfig struct {
Path string `yaml:"path,omitempty"`
RegistryType RegistryConfigType `yaml:"registry_type,omitempty"`
S3AdditionalKwargs *map[string]string `json:"s3_additional_kwargs,omitempty"`
S3AdditionalKwargs *map[string]string `yaml:"s3_additional_kwargs,omitempty"`
DBParameters map[string]interface{} `yaml:",inline,omitempty"`
}

Expand Down

0 comments on commit d6b6f17

Please sign in to comment.