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