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 73f6a9e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
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
3 changes: 0 additions & 3 deletions config/crd/bases/wildfly.org_wildflyservers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ spec:
minimum: 1
type: integer
http:
default: false
description: Depending on the kind of base application image,
the Operator will configure an HTTP or Exec probe. For example,
to keep compatibility mode with legacy servers, all non-Bootable
Expand Down Expand Up @@ -273,7 +272,6 @@ spec:
minimum: 1
type: integer
http:
default: false
description: Depending on the kind of base application image,
the Operator will configure an HTTP or Exec probe. For example,
to keep compatibility mode with legacy servers, all non-Bootable
Expand Down Expand Up @@ -529,7 +527,6 @@ spec:
minimum: 1
type: integer
http:
default: false
description: Depending on the kind of base application image,
the Operator will configure an HTTP or Exec probe. For example,
to keep compatibility mode with legacy servers, all non-Bootable
Expand Down

0 comments on commit 73f6a9e

Please sign in to comment.