Skip to content

Commit

Permalink
Update chart's readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadkh committed Aug 15, 2023
1 parent cc69dc8 commit c5e3968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/elastalert2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ The command removes all the Kubernetes components associated with the chart and
| `podSecurityPolicy.create` | [DEPRECATED] Create pod security policy resources | `false` |
| `resources` | Container resource requests and limits | {} |
| `rootRulesFolder` | Folder where rules will be read from during deployment time. By default, 'rules' must be in root of the chart. **Note:** this will override the rules and secretRulesName values. | `rules` |
| `enabledRules` | Name of the active rules without file extension | `[]` |
| `rulesVolumeName` | Specifies the rules volume to be mounted. Can be changed for mounting a custom rules folder via the extraVolumes parameter, instead of using the default rules configMap or secret rule mounting method. | "rules" |
| `rules` | Rule and alert configuration for ElastAlert 2 | {} example shown in values.yaml |
| `runIntervalMins` | Default interval between alert checks, in minutes | 1 |
Expand Down

0 comments on commit c5e3968

Please sign in to comment.