Skip to content

Commit

Permalink
Fix types issue in openAPI kubebulder defaulting annotations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Oct 12, 2023
1 parent c456419 commit b355416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/reaper/v1alpha1/reaper_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ type ReaperTemplate struct {
// +optional
ResourceMeta *meta.ResourceMeta `json:"metadata,omitempty"`

// +kubebuilder:default={enabled: "false"}
// +kubebuilder:default={enabled: false}
HttpManagement HttpManagement `json:"httpManagement"`
}

Expand Down

0 comments on commit b355416

Please sign in to comment.