Skip to content

Commit

Permalink
CU-86bwvpbtb - chore(komodor-agent) install node enricher by default (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbenator authored Dec 26, 2023
2 parents b663c14 + 081f5ca commit 31ae1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/komodor-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The command removes all the Kubernetes components associated with the chart and
| capabilities | object | See sub-values | Configure the agent capabilities |
| capabilities.metrics | bool | `true` | Fetch workload metrics and send them to komodor backend |
| capabilities.networkMapper | bool | `true` | Enable network mapping capabilities by the komodor agent |
| capabilities.nodeEnricher | bool | `false` | Enable node enricher capabilities by the komodor agent |
| capabilities.nodeEnricher | bool | `true` | Enable node enricher capabilities by the komodor agent |
| capabilities.actions | bool | `true` | Allow users to perform actions on the cluster, granular access control is defined in the application<boolean> |
| capabilities.helm | bool | `true` | Enable helm capabilities by the komodor agent |
| capabilities.events | object | See sub-values | Configure the agent events capabilities |
Expand Down
2 changes: 1 addition & 1 deletion charts/komodor-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ capabilities:
# capabilities.networkMapper -- (bool) Enable network mapping capabilities by the komodor agent
networkMapper: true
# capabilities.nodeEnricher -- (bool) Enable node enricher capabilities by the komodor agent
nodeEnricher: false
nodeEnricher: true
# capabilities.actions -- (bool) Allow users to perform actions on the cluster, granular access control is defined in the application<boolean>
actions: true
# capabilities.helm -- Enable helm capabilities by the komodor agent
Expand Down

0 comments on commit 31ae1a9

Please sign in to comment.