Skip to content

Commit b0637e7

Browse files
authored
test: Remove generation assertion in smoke test (#837)
1 parent f643e17 commit b0637e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/templates/kuttl/smoke/10-assert.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ apiVersion: apps/v1
99
kind: StatefulSet
1010
metadata:
1111
name: trino-coordinator-default
12-
generation: 1 # There should be no unneeded Pod restarts
1312
labels:
1413
restarter.stackable.tech/enabled: "true"
1514
spec:
@@ -24,7 +23,6 @@ apiVersion: apps/v1
2423
kind: StatefulSet
2524
metadata:
2625
name: trino-worker-default
27-
generation: 1 # There should be no unneeded Pod restarts
2826
labels:
2927
restarter.stackable.tech/enabled: "true"
3028
spec:

0 commit comments

Comments
 (0)