Skip to content

Commit

Permalink
update sentinel's crd
Browse files Browse the repository at this point in the history
  • Loading branch information
djangoyi-yunify committed Mar 22, 2024
1 parent 6efa068 commit 38ad977
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions charts/redis-operator/crds/redis.radondb.com_redissentinels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 38ad977

Please sign in to comment.