From 4f2cd1856b35420b2d618483bf8f38e6a7a45201 Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Tue, 11 Feb 2025 16:03:35 -0500 Subject: [PATCH] `operator.yaml`: pass on the `sidecarDbName` when creating a keyspace (#17739) Signed-off-by: Florent Poinsard --- examples/operator/operator.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/operator/operator.yaml b/examples/operator/operator.yaml index ded85de5285..0098bded632 100644 --- a/examples/operator/operator.yaml +++ b/examples/operator/operator.yaml @@ -4422,6 +4422,8 @@ spec: maxItems: 2 minItems: 1 type: array + sidecarDbName: + type: string turndownPolicy: enum: - RequireIdle @@ -6239,6 +6241,8 @@ spec: maxItems: 2 minItems: 1 type: array + sidecarDbName: + type: string topologyReconciliation: properties: pruneCells: