Skip to content

Commit

Permalink
Merge pull request #346 from thomasmckay/1157-rados-rhocs
Browse files Browse the repository at this point in the history
PROJQUAY-1157 - set default storage name to RHOCS
  • Loading branch information
thomasmckay authored Oct 30, 2020
2 parents 28e0937 + 43c599f commit df7634b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/kustomize/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func FieldGroupFor(component string, quay *v1.QuayRegistry) (shared.FieldGroup,
DistributedStorageDefaultLocations: []string{"local_us"},
DistributedStorageConfig: map[string]*distributedstorage.DistributedStorageDefinition{
"local_us": {
Name: "RadosGWStorage",
Name: "RHOCSStorage",
Args: &shared.DistributedStorageArgs{
Hostname: hostname,
IsSecure: true,
Expand Down
2 changes: 1 addition & 1 deletion pkg/kustomize/secrets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var fieldGroupForTests = []struct {
DistributedStorageDefaultLocations: []string{"local_us"},
DistributedStorageConfig: map[string]*distributedstorage.DistributedStorageDefinition{
"local_us": {
Name: "RadosGWStorage",
Name: "RHOCSStorage",
Args: &shared.DistributedStorageArgs{
AccessKey: "abc123",
BucketName: "quay-datastore",
Expand Down

0 comments on commit df7634b

Please sign in to comment.