Skip to content

Commit

Permalink
github_actions_ci: Update public key
Browse files Browse the repository at this point in the history
  • Loading branch information
draios-jenkins committed Jul 20, 2023
1 parent c1b32b8 commit 09cf5c9
Show file tree
Hide file tree
Showing 2 changed files with 8 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
6 changes: 6 additions & 0 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,15 @@ proxy:
# Set daemonset timezone
timezone:

# Create the priorityClass defined below
createPriorityClass: false

# Set daemonset priorityClassName
priorityClassName:

# Set daemonset priorityClassValue
priorityClassValue: 10

ebpf:
# Enable eBPF support for Sysdig Agent
enabled: false
Expand Down

0 comments on commit 09cf5c9

Please sign in to comment.