Skip to content

Commit

Permalink
fix: Fix pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyshevch committed Mar 22, 2024
1 parent 0957a32 commit f313cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/etcdcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type EtcdClusterSpec struct {
// +kubebuilder:validation:Minimum:=0
Replicas *int32 `json:"replicas,omitempty"`
// PodSpec defines the desired state of PodSpec for etcd members. If not specified, default values will be used.
PodSpec *PodSpec `json:"pod,omitempty"`
PodSpec PodSpec `json:"pod,omitempty"`
Storage StorageSpec `json:"storage"`
}

Expand Down

0 comments on commit f313cd9

Please sign in to comment.