Skip to content

Commit

Permalink
Merge pull request #24 from grycap/devel
Browse files Browse the repository at this point in the history
Changes on oscar-cli service creation
  • Loading branch information
SergioLangaritaBenitez authored Feb 21, 2024
2 parents 5a36020 + bd75dd0 commit faea8b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ func applyFunc(cmd *cobra.Command, args []string) error {
// Initialize map
svc.StorageProviders.MinIO = map[string]*types.MinIOProvider{}
}
for cn, m := range minioProviders {
svc.StorageProviders.MinIO[cn] = m
}

// Check if service exists in cluster in order to create or edit it
if exists := serviceExists(svc, conf.Oscar[clusterName]); exists {
Expand Down

0 comments on commit faea8b2

Please sign in to comment.