Skip to content

Commit

Permalink
fix: allows adding multiple server pools in helm charts (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanmu authored Nov 4, 2021
1 parent 57f04c3 commit ade891c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/minio-operator/templates/tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ spec:
credsSecret:
name: {{ dig "secrets" "name" "" . }}
{{ end }}
{{ range (dig "pools" (list) .) }}
pools:
{{ range (dig "pools" (list) .) }}
- servers: {{ dig "servers" 4 . }}
volumesPerServer: {{ dig "volumesPerServer" 4 . }}
volumeClaimTemplate:
Expand Down

0 comments on commit ade891c

Please sign in to comment.