Skip to content

Commit

Permalink
Update kuttl test due to lib-common antiaffinity weight change
Browse files Browse the repository at this point in the history
  • Loading branch information
stuggi committed Jul 30, 2024
1 parent 040b332 commit f079e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/kuttl/common/assert_sample_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
values:
- placement
topologyKey: kubernetes.io/hostname
weight: 1
weight: 100
containers:
- args:
- --single-child
Expand Down
2 changes: 1 addition & 1 deletion tests/kuttl/tests/placement_deploy_tls/03-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ spec:
values:
- placement
topologyKey: kubernetes.io/hostname
weight: 1
weight: 100
containers:
- args:
- --single-child
Expand Down

0 comments on commit f079e63

Please sign in to comment.