diff --git a/internal/file/file_plugin.go b/internal/file/file_plugin.go index af522ca749..7aa962677b 100644 --- a/internal/file/file_plugin.go +++ b/internal/file/file_plugin.go @@ -96,7 +96,7 @@ func (fp *FilePlugin) handleConfigApplyRollbackComplete(ctx context.Context, msg slog.ErrorContext(ctx, "Unable to cast message payload to *mpi.DataPlaneResponse", "payload", msg.Data) return } - + fp.fileManagerService.ClearCache() fp.messagePipe.Process(ctx, &bus.Message{Topic: bus.DataPlaneResponseTopic, Data: response}) }