Skip to content

Commit 9541a3a

Browse files
committed
Improve assertion
1 parent 3fe4794 commit 9541a3a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/templates/kuttl/smoke/30-assert.yaml.j2

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ kind: StatefulSet
88
metadata:
99
name: hdfs-namenode-default
1010
generation: 1 # There should be no unneeded Pod restarts
11+
labels:
12+
restarter.stackable.tech/enabled: "true"
1113
spec:
1214
template:
1315
spec:
@@ -34,6 +36,8 @@ kind: StatefulSet
3436
metadata:
3537
name: hdfs-journalnode-default
3638
generation: 1 # There should be no unneeded Pod restarts
39+
labels:
40+
restarter.stackable.tech/enabled: "true"
3741
spec:
3842
template:
3943
spec:
@@ -59,6 +63,8 @@ kind: StatefulSet
5963
metadata:
6064
name: hdfs-datanode-default
6165
generation: 1 # There should be no unneeded Pod restarts
66+
labels:
67+
restarter.stackable.tech/enabled: "true"
6268
spec:
6369
template:
6470
spec:

0 commit comments

Comments
 (0)