From 5ffa346dc2fe5c473141e5cea8fd3a103bde8dbe Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 15 Feb 2026 14:27:36 +0100 Subject: [PATCH] Simplify helm-extra-args in ct-install.yaml Removed redundant '--wait' and '--wait-for-jobs' arguments from helm-extra-args. Signed-off-by: Kjeld Schouten --- .github/ct-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml index 727cfe55e98..5676351de5f 100644 --- a/.github/ct-install.yaml +++ b/.github/ct-install.yaml @@ -1,6 +1,6 @@ remote: origin target-branch: master -helm-extra-args: --wait --wait-for-jobs --timeout 250s +helm-extra-args: --timeout 250s chart-yaml-schema: .github/chart_schema.yaml chart-dirs: - charts/incubator