Skip to content

Commit 95c04f0

Browse files
committed
fix test assert to be independent of number of cluster nodes
1 parent 2a789bb commit 95c04f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/templates/kuttl/config-overrides/10-assert.yaml.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ kind: DaemonSet
6060
metadata:
6161
name: test-opa-server-default
6262
status:
63-
numberReady: 1
63+
# This has to be independent of the number of nodes on the cluster
64+
numberMisscheduled: 0

0 commit comments

Comments
 (0)