Skip to content

Commit

Permalink
refactor(api): remove required directive from ch's cable driver
Browse files Browse the repository at this point in the history
  • Loading branch information
tunahanertekin committed Mar 14, 2024
1 parent 158f41a commit 9e55259
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions api/v1alpha1/submariner_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ type SubmarinerSpec struct {
BrokerHelmChart HelmChart `json:"brokerHelmChart"`
// +kubebuilder:validation:Required
OperatorHelmChart HelmChart `json:"operatorHelmChart"`
// +kubebuilder:validation:Required
// +kubebuilder:validation:Enum=libreswan;wireguard
// +kubebuilder:default="libreswan"
CableDriver string `json:"cableDriver"`
CableDriver string `json:"cableDriver,omitempty"`
}

type BrokerStatus struct {
Expand Down

0 comments on commit 9e55259

Please sign in to comment.