From 9c6e3e71aaae50dcf72c12064e46bcb3b243d446 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Mon, 13 Feb 2023 14:58:15 +0200 Subject: [PATCH] typo --- library/common-test/tests/statefulset/spec_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/common-test/tests/statefulset/spec_test.yaml b/library/common-test/tests/statefulset/spec_test.yaml index d1acc7300c..3bae2a1ae6 100644 --- a/library/common-test/tests/statefulset/spec_test.yaml +++ b/library/common-test/tests/statefulset/spec_test.yaml @@ -34,7 +34,7 @@ tests: workload-name: enabled: true primary: true - type: DaemonSet + type: StatefulSet replicas: 2 revisionHistoryLimit: 4 strategy: RollingUpdate @@ -46,7 +46,7 @@ tests: content: type: RollingUpdate rollingUpdate: - maxSurge: 1 + maxUnavailable: 1 partition: 1 - it: should apply spec correctly