From 77d4cc647e67c3fbad691e509fd6e689d1d164b1 Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:02:18 +0100 Subject: [PATCH] fix changelog typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e49f8ce..a77e782e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - The lifetime of auto generated TLS certificates is now configurable with the role and roleGroup config property `requestedSecretLifetime`. This helps reducing frequent Pod restarts ([#722]). -- Run a `containerdebug` process in the background of each Airflow container to collect debugging information ([#730]). +- Run a `containerdebug` process in the background of each Nifi container to collect debugging information ([#730]). ### Fixed