diff --git a/infra/feast-operator/internal/controller/services/services_types.go b/infra/feast-operator/internal/controller/services/services_types.go index 03a99e2160..1251a2ff9e 100644 --- a/infra/feast-operator/internal/controller/services/services_types.go +++ b/infra/feast-operator/internal/controller/services/services_types.go @@ -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"` }