Skip to content

Commit 30ce5a5

Browse files
committed
fix buildpacks type
1 parent b7b9297 commit 30ce5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kuberoCli/install.types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ type KuberoConfigfile struct {
296296
} `yaml:"securityContext" gorm:"embedded"`
297297
Command string `yaml:"command" gorm:"column:command"`
298298
} `yaml:"run,omitempty" gorm:"embedded"`
299-
} `yaml:"buildPacks" gorm:"embedded"`
299+
} `yaml:"buildpacks" gorm:"embedded"`
300300
PodSizeList []struct {
301301
Active bool `yaml:"active,omitempty" gorm:"column:active"`
302302
Name string `yaml:"name" gorm:"column:name"`

0 commit comments

Comments
 (0)