Skip to content

Commit 7fc11b0

Browse files
1aalapecloud-bot
authored andcommitted
chore: set REDIS_CLI_TLS_CMD optional in account ops (#2521)
(cherry picked from commit c1173b5)
1 parent c18c119 commit 7fc11b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addons/redis/templates/opsdefinition-account.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ spec:
3333
envRef:
3434
envName: REDIS_DEFAULT_PASSWORD
3535
- name: REDIS_CLI_TLS_CMD
36+
optional: true
3637
valueFrom:
3738
envRef:
3839
envName: REDIS_CLI_TLS_CMD
@@ -102,6 +103,7 @@ spec:
102103
envRef:
103104
envName: SENTINEL_PASSWORD
104105
- name: REDIS_CLI_TLS_CMD
106+
optional: true
105107
valueFrom:
106108
envRef:
107109
envName: REDIS_CLI_TLS_CMD
@@ -183,6 +185,7 @@ spec:
183185
envRef:
184186
envName: CLUSTER_DOMAIN
185187
- name: REDIS_CLI_TLS_CMD
188+
optional: true
186189
valueFrom:
187190
envRef:
188191
envName: REDIS_CLI_TLS_CMD

0 commit comments

Comments
 (0)