Skip to content

Commit

Permalink
Update api/redisfailover/v1/types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Kuehler <[email protected]>
  • Loading branch information
rurkss and indiebrain authored Dec 22, 2023
1 parent 5655457 commit 305ce56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/redisfailover/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ type BootstrapSettings struct {
Host string `json:"host,omitempty"`
Port string `json:"port,omitempty"`
AllowSentinels bool `json:"allowSentinels,omitempty"`
// +kubebuilder:default:true
Enabled bool `json:"enabled,omitempty"`
}

Expand Down

0 comments on commit 305ce56

Please sign in to comment.