Skip to content

Commit

Permalink
fix registry s3 secret
Browse files Browse the repository at this point in the history
Signed-off-by: Ziming Zhang <zziming@vmware.com>
  • Loading branch information
bitsf committed Dec 9, 2020
1 parent 37ea862 commit cb38676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/cluster/controllers/storage/minio.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/go-logr/logr"
goharborv1 "github.com/goharbor/harbor-operator/apis/goharbor.io/v1alpha2"
"github.com/goharbor/harbor-operator/apis/meta/v1alpha1"
minio "github.com/goharbor/harbor-operator/pkg/cluster/controllers/storage/minio/api/v1"
"github.com/goharbor/harbor-operator/pkg/cluster/lcm"
"github.com/goharbor/harbor-operator/pkg/k8s"
Expand All @@ -20,7 +21,7 @@ import (

const (
Storage = "storage"
s3Storage = "s3"
s3Storage = v1alpha1.SharedSecretKey

DefaultCredsSecret = "creds"
DefaultPrefix = "minio-"
Expand Down

0 comments on commit cb38676

Please sign in to comment.