Skip to content

Commit

Permalink
remove type override
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Dec 31, 2023
1 parent 7fc7893 commit c594918
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/port/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ func DeleteIntegration(portClient *cli.PortClient, stateKey string) error {
}

func PatchIntegration(portClient *cli.PortClient, stateKey string, integration *port.Integration) error {
// Fixing an incorrect app type caused from previous versions (kubernetes -> K8S EXPORTER)
integration.InstallationAppType = "K8S EXPORTER"
_, err := portClient.Authenticate(context.Background(), portClient.ClientID, portClient.ClientSecret)
if err != nil {
return fmt.Errorf("error authenticating with Port: %v", err)
Expand Down

0 comments on commit c594918

Please sign in to comment.