We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf06d4d commit bbd7fd2Copy full SHA for bbd7fd2
1 file changed
addons/redis/7.0/meta.yaml
@@ -27,12 +27,18 @@ allow_parameters:
27
- name: "master.service.type"
28
required: false
29
description: "master service type config for values.yaml"
30
+- name: "master.disableCommands"
31
+ required: false
32
+ description: "master disableCommands config for values.yaml"
33
- name: "replica.service.type"
34
35
description: "replica service type config for values.yaml"
36
- name: "sentinel.service.type"
37
38
description: "sentinel service type config for values.yaml"
39
+- name: "replica.disableCommands"
40
41
+ description: "replica.disableCommands config for values.yaml"
42
- name: "sentinel.enabled"
43
44
description: "sentinel enabled config for values.yaml"
0 commit comments