Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia committed Jun 3, 2020
1 parent 95a972c commit 7226e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/statefulsets/minio-statefulset.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func minioServerContainer(mi *miniov1.MinIOInstance, serviceName string) corev1.

if mi.Spec.Zones[0].Servers == 1 {
// to run in standalone mode we must pass the path
args = append(args, mi.Spec.Mountpath)
args = append(args, mi.VolumePath())
} else {
// append all the MinIOInstance replica URLs
for _, h := range mi.MinIOHosts() {
Expand Down

0 comments on commit 7226e77

Please sign in to comment.