From d0e4ef32bc43e47ff542ef35ff805659a750c69f Mon Sep 17 00:00:00 2001 From: Zadkiel AHARONIAN Date: Mon, 25 Nov 2024 13:36:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 73e1f9f3..7104a8f4 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,6 @@ helm delete --namespace test my-application | deployment.annotations | object | `nil` | Annotations for Deployment. | | deployment.additionalPodAnnotations | object | `nil` | Additional pod annotations. | | deployment.strategy.type | string | `"RollingUpdate"` | Type of deployment strategy. | -| deployment.strategy.rollingUpdate.maxUnavailable | string | `"25%"` | Max unavailable pods during update. | -| deployment.strategy.rollingUpdate.maxSurge | string | `"25%"` | Max surge pods during update. | | deployment.reloadOnChange | bool | `true` | Reload deployment if attached Secret/ConfigMap changes. | | deployment.nodeSelector | object | `nil` | Select the node where the pods should be scheduled. | | deployment.hostAliases | list | `nil` | Add host aliases to the pods. |