We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d007ca commit f01b00dCopy full SHA for f01b00d
1 file changed
addons/redis/templates/_helpers.tpl
@@ -221,6 +221,10 @@ Generate scripts configmap
221
redis-account.sh: |-
222
{{- $.Files.Get "scripts/redis-account.sh" | nindent 2 }}
223
{{- 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 }}
228
229
230
{{- define "apeDts.reshard.image" -}}
0 commit comments