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.
2 parents 3550ab0 + 6fc1c7e commit c2f3a9bCopy full SHA for c2f3a9b
charts/cartridge/templates/roles.yaml
@@ -23,6 +23,9 @@ spec:
23
{{- end }}
24
replicasets: {{ .replicasets }}
25
vshard:
26
+ {{- if .vshard.groupName }}
27
+ vshardGroupName: {{ .vshard.groupName }}
28
+ {{- end }}
29
weight: {{ .vshard.weight | int }}
30
clusterRoles: {{ .vshard.roles | toYaml | nindent 4 }}
31
replicasetTemplate:
0 commit comments