From ade891cccd489b93df1296175b874c09b8b6dd37 Mon Sep 17 00:00:00 2001 From: mshanmu <91485510+mshanmu@users.noreply.github.com> Date: Thu, 4 Nov 2021 12:32:09 -0400 Subject: [PATCH] fix: allows adding multiple server pools in helm charts (#893) --- helm/minio-operator/templates/tenant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/minio-operator/templates/tenant.yaml b/helm/minio-operator/templates/tenant.yaml index 2a7caec9860..4cfea9d6464 100644 --- a/helm/minio-operator/templates/tenant.yaml +++ b/helm/minio-operator/templates/tenant.yaml @@ -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: