From 5cc16a8096150404bb92a9704897d34f015c988b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Br=C3=BCderl?= Date: Wed, 11 Sep 2024 13:14:47 +0200 Subject: [PATCH] operator v1: make storage required in NP --- src/go/k8s/api/vectorized/v1alpha1/cluster_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/go/k8s/api/vectorized/v1alpha1/cluster_types.go b/src/go/k8s/api/vectorized/v1alpha1/cluster_types.go index 25d524d7e..c0274dbb3 100644 --- a/src/go/k8s/api/vectorized/v1alpha1/cluster_types.go +++ b/src/go/k8s/api/vectorized/v1alpha1/cluster_types.go @@ -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