Skip to content

Commit

Permalink
Add offlineInstaller to context
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 1, 2023
1 parent 295b607 commit 3b2645a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apis/installer/v1alpha1/ace_options_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ type AceDeploymentContext struct {
RequesterUsername string `json:"requesterUsername,omitempty"`
ProxyServiceDomain string `json:"proxyServiceDomain,omitempty"`
Token string `json:"token,omitempty"`
// +optional
OfflineInstaller bool `json:"offlineInstaller"`
// WARNING!!! Update docs in schema/ace-options/patch.yaml
// +optional
ClusterID string `json:"clusterID"`
Expand Down
2 changes: 2 additions & 0 deletions schema/ace-options/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ properties:
type: string
license:
type: string
offlineInstaller:
type: boolean
proxyServiceDomain:
type: string
publicIPs:
Expand Down

0 comments on commit 3b2645a

Please sign in to comment.