Skip to content

Commit

Permalink
Update ImageRegistrySpec schema
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 29, 2023
1 parent bcb43a7 commit a88ab04
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apis/shared/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ type BootstrapPresets struct {
}

type ImageRegistrySpec struct {
RegistryFQDN string `json:"registryFQDN"`
Proxies RegistryProxies `json:"proxies"`
//+optional
RegistryFQDN string `json:"registryFQDN"`
//+optional
Proxies RegistryProxies `json:"proxies"`
}

type RegistryProxies struct {
Expand Down

0 comments on commit a88ab04

Please sign in to comment.