Skip to content

Commit

Permalink
docs: update trap pod (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz authored Oct 19, 2023
1 parent 32276a5 commit eda4eb0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/configuration/trap-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,15 @@ Example:
```yaml
traps:
aggregateTrapsEvents: "true"
```

### Updating trap configuration
If you need to update part of traps configuration, you can do it by editing the `values.yaml` and then running below command to restart the pod deployment.
```
microk8s kubectl rollout restart deployment snmp-splunk-connect-for-snmp-trap -n sc4snmp
```
NOTE: Name of the deployment can differ based on helm installation name and can be checked with:
```
microk8s kubectl get deployments -n sc4snmp
```

0 comments on commit eda4eb0

Please sign in to comment.