Skip to content

Commit

Permalink
Change the inteegration type
Browse files Browse the repository at this point in the history
  • Loading branch information
dvirsegev committed Oct 5, 2023
1 parent 4d2ba8e commit 033cd6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/port/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func NewIntegration(portClient *cli.PortClient, stateKey string) error {

integration := &port.Integration{
Title: stateKey,
InstallationAppType: "kubernetes",
InstallationAppType: "K8S EXPORTER",
InstallationId: stateKey,
}
_, err := portClient.Authenticate(context.Background(), portClient.ClientID, portClient.ClientSecret)
Expand Down

0 comments on commit 033cd6c

Please sign in to comment.