Skip to content

Commit

Permalink
Fix validation for pxchandler for new variabe names
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Nov 16, 2022
1 parent 71298a3 commit 49a0709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pxc/v1/pxc_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ type HAProxySpec struct {

type ProxySQLSpec struct {
PodSpec `json:",inline"`
// +kubebuilder:validation:Enum={percona,proxysql-admin}
// +kubebuilder:validation:Enum={internal,scheduler}
PXCHandler string `json:"pxchandler,omitempty"`
}

Expand Down

0 comments on commit 49a0709

Please sign in to comment.