Skip to content

Commit

Permalink
Enable multiple installations by not failing if all existing default …
Browse files Browse the repository at this point in the history
…resources exists
  • Loading branch information
erikzaadi committed Dec 10, 2024
1 parent def14b9 commit 71fa39d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ func validateResourcesDoesNotExist(portClient *cli.PortClient, defaults *Default
func createResources(portClient *cli.PortClient, defaults *Defaults, config *port.Config) *AbortDefaultCreationError {
if err := validateResourcesDoesNotExist(portClient, defaults, config); err != nil {
klog.Warningf("Failed to create resources: %v.", err.Errors)
return err
}

bareBlueprints, patchStages := deconstructBlueprintsToCreationSteps(defaults.Blueprints)
Expand Down

0 comments on commit 71fa39d

Please sign in to comment.