From 033cd6ccf684da6e2a20ff5dc7b20ac0639567e1 Mon Sep 17 00:00:00 2001 From: dvirsegev Date: Thu, 5 Oct 2023 10:44:40 +0300 Subject: [PATCH] Change the inteegration type --- pkg/port/integration/integration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/port/integration/integration.go b/pkg/port/integration/integration.go index a863e7d..9aa9ed5 100644 --- a/pkg/port/integration/integration.go +++ b/pkg/port/integration/integration.go @@ -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)