Skip to content

Commit

Permalink
Update component/remote/kubernetes/kubernetes.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mischa Thompson <[email protected]>
  • Loading branch information
captncraig and spartan0x117 authored Sep 14, 2023
1 parent bbe8651 commit 4a1a9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/remote/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func New(opts component.Options, args Arguments, rType ResourceType) (*Component
return c, nil
}

// Run starts the remote.http component.
// Run starts the remote.kubernetes.* component.
func (c *Component) Run(ctx context.Context) error {
for {
select {
Expand Down

0 comments on commit 4a1a9bb

Please sign in to comment.