Skip to content

Commit

Permalink
doc(agent): add new flags to README file
Browse files Browse the repository at this point in the history
add the `createPriorityClass` and `priorityClassValue` parameters to the
configuration table in the agent chart README.
  • Loading branch information
aroberts87 committed Jul 18, 2023
1 parent c5b738f commit 68264c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ The following table lists the configurable parameters of the Sysdig chart and th
| `psp.create` | Creates Pod Security Policy to allow the agent running in clusters with PSP enabled. | `true` |
| `serviceAccount.create` | Creates serviceAccount. | `true` |
| `serviceAccount.name` | Use this value as serviceAccountName. | ` ` |
| `createPriorityClass` | Specify whether or not to create a priority class for the agent. | `false` |
| `priorityClassName` | Sets the priority class for the agent daemonset. | `""` |
| `priorityClassValue` | Sets the priority class value for the agent daemonset. | `10` |
| `daemonset.deploy` | Deploys the agent daemonset. | `true` |
| `daemonset.env` | Specifies the environment variables for the agent container. Provide as map of `VAR: val` | `{}` |
| `daemonset.updateStrategy.type` | Specifies the updateStrategy for updating the daemonset. | `RollingUpdate` |
Expand Down

0 comments on commit 68264c3

Please sign in to comment.