Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Evans Mungai <[email protected]>
  • Loading branch information
banjoh committed Dec 10, 2024
1 parent 6e78977 commit 41f52a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/installer/cli/supportbundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,14 @@ func localLicenseSupportBundleSpec() (string, error) {
return "", err
}

// Store license file in <sb>/host-collectors/embedded-cluster/license.yaml
sb := v1beta2.SupportBundle{
Spec: v1beta2.SupportBundleSpec{
HostCollectors: []*v1beta2.HostCollect{
{
HostCopy: &v1beta2.HostCopy{
HostCollectorMeta: v1beta2.HostCollectorMeta{
CollectorName: "embedded-cluster", // Used as directory name in support bundle
CollectorName: "embedded-cluster",
},
Path: licensePath,
},
Expand Down

0 comments on commit 41f52a8

Please sign in to comment.