From ffd18f270cca0545e3089a6a2c877b3bc9fa232e Mon Sep 17 00:00:00 2001 From: Yi Jing Date: Tue, 29 Oct 2024 12:09:59 +0800 Subject: [PATCH] rediscluster-crd: field for status --- .../crds/redis.radondb.com_redisclusters.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/charts/redis-operator/crds/redis.radondb.com_redisclusters.yaml b/charts/redis-operator/crds/redis.radondb.com_redisclusters.yaml index 2968de9..e7379a7 100644 --- a/charts/redis-operator/crds/redis.radondb.com_redisclusters.yaml +++ b/charts/redis-operator/crds/redis.radondb.com_redisclusters.yaml @@ -185,11 +185,6 @@ spec: type: string type: object type: array - logOutput: - enum: - - stdout - - logfile - type: string redisSecret: description: ExistingPasswordSecret is the struct to access the existing secret @@ -4838,6 +4833,17 @@ spec: type: string state: type: string + tasks: + items: + properties: + extra: + type: string + status: + type: string + type: + type: string + type: object + type: array type: object required: - spec