Skip to content

Commit

Permalink
Try making httpManagement optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles-Garnsey committed Oct 19, 2023
1 parent a222d7a commit d8cf24f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions apis/reaper/v1alpha1/reaper_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ type ReaperTemplate struct {
ResourceMeta *meta.ResourceMeta `json:"metadata,omitempty"`

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

Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/k8ssandra.io_k8ssandraclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29795,8 +29795,6 @@ spec:
type: string
type: object
x-kubernetes-map-type: atomic
required:
- httpManagement
type: object
secretsProvider:
default: internal
Expand Down
1 change: 0 additions & 1 deletion config/crd/bases/reaper.k8ssandra.io_reapers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2428,7 +2428,6 @@ spec:
x-kubernetes-map-type: atomic
required:
- datacenterRef
- httpManagement
type: object
status:
description: ReaperStatus defines the observed state of Reaper
Expand Down

0 comments on commit d8cf24f

Please sign in to comment.