diff --git a/deployments/pulumi/pkg/config/config.go b/deployments/pulumi/pkg/config/config.go index 1d2416db77..6144b6966a 100644 --- a/deployments/pulumi/pkg/config/config.go +++ b/deployments/pulumi/pkg/config/config.go @@ -228,7 +228,7 @@ func (s StorageService) toInput() storage.Service { } type Storage struct { - StorageSource + StorageSource `yaml:",inline"` // Connectivity is the connectivity configuration for the database Connectivity ConnectivityDatabase `json:"connectivity" yaml:"connectivity"`