From 52989b34fa84e04dec8124cd7493ebd06b6c19eb Mon Sep 17 00:00:00 2001 From: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> Date: Wed, 11 Dec 2024 12:01:09 +0100 Subject: [PATCH] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c9b2b4..d9a2e0ce 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 reduce frequent Pod restarts ([#892]). -- Run a `containerdebug` process in the background of each Trino container to collect debugging information ([#881]). +- Run a `containerdebug` process in the background of each Zookeeper container to collect debugging information ([#881]). ### Fixed