Skip to content

Commit

Permalink
operator v1: make storage required in NP
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz committed Sep 11, 2024
1 parent 3b22236 commit 5cc16a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/go/k8s/api/vectorized/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ type NodePoolSpec struct {
NodeSelector map[string]string `json:"nodeSelector,omitempty"`
// Storage spec for cluster
// +required
Storage StorageSpec `json:"storage,omitempty"`
Storage StorageSpec `json:"storage"`
// Resources used by redpanda process running in container. Beware that
// there are multiple containers running in the redpanda pod and these can
// be enabled/disabled and configured from the `sidecars` field. These
Expand Down

0 comments on commit 5cc16a8

Please sign in to comment.