Skip to content

Commit

Permalink
fix: 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 Jan 31, 2021
1 parent e503695 commit c14905c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cluster/controllers/storage/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ func (m *MinIOController) getMinIOSecretNamespacedName() types.NamespacedName {
if secretName == "" {
secretName = DefaultPrefix + m.HarborCluster.Name + "-" + DefaultCredsSecret
}

return types.NamespacedName{
Namespace: m.HarborCluster.Namespace,
Name: secretName,
Expand Down

0 comments on commit c14905c

Please sign in to comment.