Skip to content

Commit

Permalink
Remove kubebuild default http value
Browse files Browse the repository at this point in the history
  • Loading branch information
yersan committed Jun 29, 2023
1 parent 4e8d31a commit 47f35cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v1alpha1/wildflyserver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ type ProbeSpec struct {
// will be configured to use Exec probes by default. This flag allows you to force switching the probe configuration to use an HTTP request instead of executing a script. Notice this flag works in one way only, configuring http:false
// does not imply the probe will be forced to switch to an Exec probe instead of HTTP one.
// +optional
// +kubebuilder:default:=false
Http bool `json:"http,omitempty"`
}

Expand Down

0 comments on commit 47f35cb

Please sign in to comment.