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.
configuration
''
1 parent ccbc9a9 commit d97c950Copy full SHA for d97c950
src/resources/redis/common.ts
@@ -54,7 +54,7 @@ export const configureConfiguration = (
54
args: Pick<CommonK8sRedisArgs, 'modules' | 'configuration'>,
55
) => {
56
return all([args.modules, args.configuration]).apply(
57
- ([modules = defaultModules, configuration]) => {
+ ([modules = defaultModules, configuration = '']) => {
58
let configurationString = configuration;
59
modules.forEach((module) => {
60
configurationString += `\nloadmodule ${module}`;
0 commit comments