Skip to content

Commit

Permalink
feat: add kbom properties (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored Jun 11, 2023
1 parent 76f75ea commit 6723068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ func (c *cluster) CreateClusterBom(ctx context.Context) (*bom.Result, error) {
"openshift-etcd": "etcd",
}
}
components, err := c.collectComponents(ctx, labels, "control_plane_component")
components, err := c.collectComponents(ctx, labels, "control_plane_components")
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 6723068

Please sign in to comment.