Skip to content

Commit

Permalink
fix(storage): go lint
Browse files Browse the repository at this point in the history
Signed-off-by: soulseen <zhuxiaoyang1996@gmail.com>
  • Loading branch information
soulseen committed Feb 8, 2021
1 parent 241b44b commit 286e457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/cluster/controllers/storage/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,10 @@ func (m *MinIOController) generateMinIOCR(ctx context.Context, harborcluster *go
Labels: m.getLabels(),
Annotations: m.generateAnnotations(),
},
ServiceName: m.getServiceName(),
Image: image,
ImagePullPolicy: m.getImagePullPolicy(ctx, harborcluster),
ImagePullSecret: m.getImagePullSecret(ctx, harborcluster),
ServiceName: m.getServiceName(),
Image: image,
ImagePullPolicy: m.getImagePullPolicy(ctx, harborcluster),
ImagePullSecret: m.getImagePullSecret(ctx, harborcluster),
Zones: []minio.Zone{
{
Name: DefaultZone,
Expand Down

0 comments on commit 286e457

Please sign in to comment.