From 7e7f0f0dd6923fcf8879e971c95df733ee4f4be2 Mon Sep 17 00:00:00 2001 From: Stano Bocinec Date: Mon, 17 Jun 2024 16:34:47 +0200 Subject: [PATCH] v1: fix Cluster CRD PriorityClassName description --- .../k8s/config/crd/bases/redpanda.vectorized.io_clusters.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/go/k8s/config/crd/bases/redpanda.vectorized.io_clusters.yaml b/src/go/k8s/config/crd/bases/redpanda.vectorized.io_clusters.yaml index e1c875a05..9fc0bbb9c 100644 --- a/src/go/k8s/config/crd/bases/redpanda.vectorized.io_clusters.yaml +++ b/src/go/k8s/config/crd/bases/redpanda.vectorized.io_clusters.yaml @@ -1072,7 +1072,8 @@ spec: x-kubernetes-int-or-string: true type: object priorityClassName: - description: PriorityClassName is used to set the PodSpec.PriorityClassName + description: |- + PriorityClassName is used to set the PodSpec.PriorityClassName of the redpanda Statefulset. type: string replicas: