Skip to content

Commit f01b00d

Browse files
weicaoapecloud-bot
authored andcommitted
fix(redis): include reconfigure script in redis-cluster scripts template (#2941)
(cherry picked from commit 554b966)
1 parent 5d007ca commit f01b00d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

addons/redis/templates/_helpers.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ Generate scripts configmap
221221
redis-account.sh: |-
222222
{{- $.Files.Get "scripts/redis-account.sh" | nindent 2 }}
223223
{{- end }}
224+
{{- if $.Files.Get "scripts/redis-reconfigure-config.sh" }}
225+
redis-reconfigure-config.sh: |-
226+
{{- $.Files.Get "scripts/redis-reconfigure-config.sh" | nindent 2 }}
227+
{{- end }}
224228
{{- end }}
225229

226230
{{- define "apeDts.reshard.image" -}}

0 commit comments

Comments
 (0)