From a39911dc2d1569e9ed72b0639c94023ba2dd534f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Nicol?= Date: Wed, 2 Nov 2022 09:15:59 +0100 Subject: [PATCH] fix typo in journald unit fix (#671) * fix typo in journald unit fix * update changelog Co-authored-by: Herve Nicol <12008875+hervenicol@users.noreply.github.com> --- CHANGELOG.md | 2 ++ templates/worker.yaml.tmpl | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bdcd074..0cc606ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/templates/worker.yaml.tmpl b/templates/worker.yaml.tmpl index b54c70a6..cff06b29 100644 --- a/templates/worker.yaml.tmpl +++ b/templates/worker.yaml.tmpl @@ -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