Skip to content

Commit

Permalink
fix kuttl test
Browse files Browse the repository at this point in the history
  • Loading branch information
adejanovski committed Oct 19, 2023
1 parent f20cce8 commit ac82663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/reaper/v1alpha1/reaper_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ type ReaperTemplate struct {
ResourceMeta *meta.ResourceMeta `json:"metadata,omitempty"`

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ patches:
- op: add
path: /spec/reaper
value:
httpManagement:
enabled: true
telemetry:
prometheus:
enabled: true
Expand Down

0 comments on commit ac82663

Please sign in to comment.