diff --git a/pkg/defaults/init.go b/pkg/defaults/init.go index e0f5521..6e9b3ba 100644 --- a/pkg/defaults/init.go +++ b/pkg/defaults/init.go @@ -47,6 +47,7 @@ func InitIntegration(portClient *cli.PortClient, applicationConfig *port.Config) // Handle a deprecated case where resources are provided in config file return integration.CreateIntegration(portClient, applicationConfig.StateKey, applicationConfig.EventListenerType, defaultIntegrationConfig) } else { + klog.Infof("integration : %v", existingIntegration) klog.Infof("Integration with state key %s already exists, patching it", applicationConfig.StateKey) integrationPatch := &port.Integration{ EventListener: getEventListenerConfig(applicationConfig.EventListenerType),