Skip to content

Commit 0360379

Browse files
authored
Merge pull request #20 from LeRaymy/main
Remove unused enabled option, add none option
2 parents a24f953 + b94c43f commit 0360379

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

charts/td-redis-operator/values.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replicaCount: 1
99

1010
registry: tongduncloud
1111

12-
# all|cluster|standby|manager
12+
# all|cluster|standby|manager|none
1313
type: all
1414

1515
image:
@@ -20,7 +20,6 @@ monitorimage: redis-exporter:1.0
2020
secret: 88c185e86f684251
2121

2222
cluster:
23-
enabled: false
2423
name: jerry
2524
# production|demo|staging
2625
env: demo
@@ -29,7 +28,6 @@ cluster:
2928
proxyimage: predixy:1.0
3029

3130
standby:
32-
enabled: false
3331
name: tom
3432
# production|demo|staging
3533
env: demo

0 commit comments

Comments
 (0)