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