From 42abd85d94c6725b2323659b7ac586f989932e70 Mon Sep 17 00:00:00 2001 From: "R.Sicart" Date: Tue, 16 Apr 2024 11:43:50 +0200 Subject: [PATCH] chore: missing field in Deployment.strategy example comment --- values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/values.yaml b/values.yaml index ab779d8..2f4e677 100644 --- a/values.yaml +++ b/values.yaml @@ -19,6 +19,7 @@ deploymentType: deployment # a `deployment` or a `rollout` strategy. # For more information on the Argo Rollout strategy, see https://argo-rollouts.readthedocs.io/en/stable/features/specification/ strategy: {} +# type: RollingUpdate # rollingUpdate: # maxSurge: 25% # maxUnavailable: 10%