Skip to content

Commit c2f3a9b

Browse files
authored
Merge pull request #15 from marcellbaan/vshardGroupName-support
Vshard group name support
2 parents 3550ab0 + 6fc1c7e commit c2f3a9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/cartridge/templates/roles.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ spec:
2323
{{- end }}
2424
replicasets: {{ .replicasets }}
2525
vshard:
26+
{{- if .vshard.groupName }}
27+
vshardGroupName: {{ .vshard.groupName }}
28+
{{- end }}
2629
weight: {{ .vshard.weight | int }}
2730
clusterRoles: {{ .vshard.roles | toYaml | nindent 4 }}
2831
replicasetTemplate:

0 commit comments

Comments
 (0)