From a33f92e63de511393a115adaf8d258f31e61ad2d Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Fri, 14 Feb 2025 18:04:58 +0100 Subject: [PATCH] test(deployment): typo of RollingUpdate --- unittests/deployment/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittests/deployment/deployment.yaml b/unittests/deployment/deployment.yaml index 7796bb6..c5ed8b8 100644 --- a/unittests/deployment/deployment.yaml +++ b/unittests/deployment/deployment.yaml @@ -98,7 +98,7 @@ tests: - equal: path: spec.strategy value: - type: "Rollingupdate" + type: "RollingUpdate" rollingUpdate: maxSurge: 1 maxUnavailable: 1