Skip to content

Commit

Permalink
Add field to Extension API to skip crd safety checks
Browse files Browse the repository at this point in the history
Signed-off-by: everettraven <everettraven@gmail.com>
  • Loading branch information
everettraven committed Mar 14, 2024
1 parent 01eff91 commit 0b56e4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/v1alpha1/extension_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ type ExtensionSpec struct {

// source of Extension to be installed
Source ExtensionSource `json:"source"`

//+kubebuilder:Optional
//
// skipCRDUpgradeSafetyCheck specifies whether or not the CRD upgrade safety checks should be skipped when attempting to install the extension
SkipCRDUpgradeSafetyCheck bool `json:"skipCRDUpgradeSafetyCheck,omitempty"`
}

// ExtensionStatus defines the observed state of Extension
Expand Down

0 comments on commit 0b56e4f

Please sign in to comment.