Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix test
  • Loading branch information
ajanikow committed Sep 29, 2025
commit 5f8b51b13d3026c6faa5f62e5b63659b8c4306f1
1 change: 1 addition & 0 deletions pkg/deployment/resources/inspector/inspector.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ func (i *inspectorState) copyCore() *inspectorState {
arangoRoutes: i.arangoRoutes,
arangoProfiles: i.arangoProfiles,
arangoPlatformStorages: i.arangoPlatformStorages,
arangoPlatformServices: i.arangoPlatformServices,
arangoClusterSynchronizations: i.arangoClusterSynchronizations,
throttles: i.throttles.Copy(),
versionInfo: i.versionInfo,
Expand Down