From b25ded4aa6ca2aeccab781e347af694e54b07266 Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Wed, 17 Sep 2025 17:23:12 +0200 Subject: [PATCH] fix: manifest Signed-off-by: Gabriele Bartolini --- manifest.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.yaml b/manifest.yaml index bb31cc7..5cbd63a 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -391,8 +391,12 @@ spec: pods properties: additionalContainerArgs: - description: AdditionalContainerArgs defines additional arguments - to be passed to the sidecar container + description: |- + AdditionalContainerArgs is an optional list of command-line arguments + to be passed to the sidecar container when it starts. + The provided arguments are appended to the container’s default + arguments. This can be used, for example, to enable verbose logging. + Example: ["--log-level=debug"] items: type: string type: array