diff --git a/charts/redis-operator/crds/redis.radondb.com_redissentinels.yaml b/charts/redis-operator/crds/redis.radondb.com_redissentinels.yaml index 6307375..2bed9af 100644 --- a/charts/redis-operator/crds/redis.radondb.com_redissentinels.yaml +++ b/charts/redis-operator/crds/redis.radondb.com_redissentinels.yaml @@ -184,11 +184,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 @@ -3465,12 +3460,22 @@ spec: - kubernetesConfig type: object status: - description: RedisSentinelStatus defines the observed state of RedisSentinel properties: reason: 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