From 6651eadfda9989575ac81a7f37aae87aea0b28ff Mon Sep 17 00:00:00 2001 From: Sebastian Bernauer Date: Thu, 15 Jan 2026 15:20:43 +0100 Subject: [PATCH] test: Improve assertion on restart-controller --- tests/templates/kuttl/smoke/10-assert.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/templates/kuttl/smoke/10-assert.yaml b/tests/templates/kuttl/smoke/10-assert.yaml index ad586ed6..415a6c13 100644 --- a/tests/templates/kuttl/smoke/10-assert.yaml +++ b/tests/templates/kuttl/smoke/10-assert.yaml @@ -10,6 +10,8 @@ kind: StatefulSet metadata: name: trino-coordinator-default generation: 1 # There should be no unneeded Pod restarts + labels: + restarter.stackable.tech/enabled: "true" spec: template: spec: @@ -23,6 +25,8 @@ kind: StatefulSet metadata: name: trino-worker-default generation: 1 # There should be no unneeded Pod restarts + labels: + restarter.stackable.tech/enabled: "true" spec: template: spec: