Skip to content

Commit ddfe63b

Browse files
authored
test: Remove assertions for generation (#798)
For some reason, restarts can happen
1 parent b330b24 commit ddfe63b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ apiVersion: apps/v1
99
kind: StatefulSet
1010
metadata:
1111
name: druid-broker-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: druid-coordinator-default
27-
generation: 1 # There should be no unneeded Pod restarts
2826
labels:
2927
restarter.stackable.tech/enabled: "true"
3028
spec:
@@ -39,7 +37,6 @@ apiVersion: apps/v1
3937
kind: StatefulSet
4038
metadata:
4139
name: druid-historical-default
42-
generation: 1 # There should be no unneeded Pod restarts
4340
labels:
4441
restarter.stackable.tech/enabled: "true"
4542
spec:
@@ -78,7 +75,6 @@ apiVersion: apps/v1
7875
kind: StatefulSet
7976
metadata:
8077
name: druid-middlemanager-default
81-
generation: 1 # There should be no unneeded Pod restarts
8278
labels:
8379
restarter.stackable.tech/enabled: "true"
8480
spec:
@@ -93,7 +89,6 @@ apiVersion: apps/v1
9389
kind: StatefulSet
9490
metadata:
9591
name: druid-router-default
96-
generation: 1 # There should be no unneeded Pod restarts
9792
labels:
9893
restarter.stackable.tech/enabled: "true"
9994
spec:

0 commit comments

Comments
 (0)