Skip to content

Commit

Permalink
fix typo in journald unit fix (#671)
Browse files Browse the repository at this point in the history
* fix typo in journald unit fix

* update changelog

Co-authored-by: Herve Nicol <[email protected]>
  • Loading branch information
hervenicol and hervenicol authored Nov 2, 2022
1 parent 7d2f196 commit a39911d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Fix journald systemd override for worker nodes

## [14.6.0] - 2022-10-28

### Changed
Expand Down
2 changes: 1 addition & 1 deletion templates/worker.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ systemd:
enabled: false
mask: true
- name: systemd-journald.service
dropin:
dropins:
# Better restarts: infinite retries, with a small delay
# Because it crashes when we have falco + audit rules
- name: 10-override.conf
Expand Down

0 comments on commit a39911d

Please sign in to comment.