Skip to content

Commit f31d5ac

Browse files
committed
Add subassembly bucket to config
1 parent 66031e9 commit f31d5ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/installer/pkg/config/v1/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ type ContainerRegistry struct {
255255

256256
PrivateBaseImageAllowList []string `json:"privateBaseImageAllowList"`
257257
EnableAdditionalECRAuth bool `json:"enableAdditionalECRAuth"`
258+
259+
SubassemblyBucket string `json:"subassemblyBucket"`
258260
}
259261

260262
type ContainerRegistryExternal struct {

0 commit comments

Comments
 (0)