Skip to content

Commit

Permalink
🐛 fix fs scan for v9 (#879)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev authored Oct 6, 2023
1 parent ba1a870 commit c08e14c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nodes/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func Inventory(node corev1.Node, integrationMRN, clusterUID string, m v1alpha2.M
}

if feature_flags.GetEnableV9() {
inv.Spec.Assets[0].Connections[0].Type = "fs"
inv.Spec.Assets[0].Connections[0].Type = "filesystem"
} else {
inv.Spec.Assets[0].Connections[0].Backend = inventory.ProviderType_FS
}
Expand Down

0 comments on commit c08e14c

Please sign in to comment.