From 71391decbdc3c45e3c6b5e90d9e2a705e0884dec Mon Sep 17 00:00:00 2001 From: Geoffrey Ragot Date: Wed, 7 May 2025 14:39:05 +0200 Subject: [PATCH] fix: missing yaml tag --- deployments/pulumi/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`