Skip to content

Commit 439087b

Browse files
committed
Add subassembly bucket to config
1 parent 6ba7449 commit 439087b

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)