Skip to content

Commit 799c8bd

Browse files
authored
fix test assert to be independent of number of cluster nodes (#829)
1 parent 2a789bb commit 799c8bd

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)