Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zammad/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ available. You can create a job from a cronjob template for it:
kubectl create job my-reindex-job --from=cronjob/zammad-cronjob-reindex
```

This cronjob never runs by default, but you can channge `zammadConfig.cronJob.reindex.suspend`
This cronjob never runs by default, but you can change `zammadConfig.cronJob.reindex.suspend`
and `zammadConfig.cronJob.reindex.schedule` if you want to run it periodically.

## Upgrading
Expand Down
Loading