From ac667ae6c68bb77806f0cd0ab1fd97bd938177c0 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Tue, 30 Jul 2024 18:20:18 +0200 Subject: [PATCH] Update kuttl test due to lib-common antiaffinity weight change https://github.com/openstack-k8s-operators/lib-common/pull/542 Signed-off-by: Martin Schuppert --- tests/kuttl/common/assert_sample_deployment.yaml | 2 +- tests/kuttl/tests/octavia_tls/02-assert.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kuttl/common/assert_sample_deployment.yaml b/tests/kuttl/common/assert_sample_deployment.yaml index 5fc0a6fd..0d260c57 100644 --- a/tests/kuttl/common/assert_sample_deployment.yaml +++ b/tests/kuttl/common/assert_sample_deployment.yaml @@ -92,7 +92,7 @@ spec: values: - octavia-api topologyKey: kubernetes.io/hostname - weight: 1 + weight: 100 containers: - args: - -c diff --git a/tests/kuttl/tests/octavia_tls/02-assert.yaml b/tests/kuttl/tests/octavia_tls/02-assert.yaml index 26c369b3..14a97d5c 100644 --- a/tests/kuttl/tests/octavia_tls/02-assert.yaml +++ b/tests/kuttl/tests/octavia_tls/02-assert.yaml @@ -96,7 +96,7 @@ spec: values: - octavia-api topologyKey: kubernetes.io/hostname - weight: 1 + weight: 100 containers: - args: - -c