Skip to content

Commit

Permalink
Merge pull request #198 from klihub/fixes/comments/config-group
Browse files Browse the repository at this point in the history
agent: fix outdated config group comment.
  • Loading branch information
fmuyassarov authored Nov 24, 2023
2 parents f75d68b + 75b3df1 commit 21eef2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ var (
// always used for the node. Otherwise either a group-specific or the default
// configuration is used depending on whether the node belongs to a group. A
// node can be assigned to a group by setting the group label on the node. By
// default this group label is 'resource-policy.nri.io/group'.
// default this group label is 'group.config.nri'.
type Agent struct {
nodeName string // kubernetes node name, defaults to $NODE_NAME
namespace string // config resource namespace
Expand Down

0 comments on commit 21eef2a

Please sign in to comment.