Skip to content

Commit 132e128

Browse files
committed
fix: yaml configuration names
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent a766a07 commit 132e128

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dagger/maintenance/catalogs.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ type ImageVolumeSource struct {
2525
type ExtensionConfiguration struct {
2626
Name string `yaml:"name"`
2727
ImageVolumeSource ImageVolumeSource `yaml:"image"`
28-
ExtensionControlPath []string `yaml:"extensionControlPath,omitempty"`
29-
DynamicLibraryPath []string `yaml:"dynamicLibraryPath,omitempty"`
30-
LdLibraryPath []string `yaml:"ldLibraryPath,omitempty"`
28+
ExtensionControlPath []string `yaml:"extension_control_path,omitempty"`
29+
DynamicLibraryPath []string `yaml:"dynamic_library_path,omitempty"`
30+
LdLibraryPath []string `yaml:"ld_library_path,omitempty"`
3131
}
3232

3333
type ImageCatalog struct {

0 commit comments

Comments
 (0)