Skip to content

Commit 19c4f95

Browse files
committed
fix: missing yaml tag
1 parent a43b9ba commit 19c4f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/pulumi/pkg/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func (s StorageService) toInput() storage.Service {
228228
}
229229

230230
type Storage struct {
231-
StorageSource
231+
StorageSource `yaml:",inline"`
232232

233233
// Connectivity is the connectivity configuration for the database
234234
Connectivity ConnectivityDatabase `json:"connectivity" yaml:"connectivity"`

0 commit comments

Comments
 (0)