From 37308e23cc0f93393ff575662510b596aa093a71 Mon Sep 17 00:00:00 2001 From: ericgraf Date: Tue, 6 Feb 2024 14:17:28 -0500 Subject: [PATCH] docs: Add info about helm value deployment strategy type. Signed-off-by: ericgraf --- docs/install-guides/install-guide-k8s.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install-guides/install-guide-k8s.md b/docs/install-guides/install-guide-k8s.md index 1b46598..3414cb4 100644 --- a/docs/install-guides/install-guide-k8s.md +++ b/docs/install-guides/install-guide-k8s.md @@ -200,6 +200,10 @@ LoadBalancer, ExternalName, or Headless

Port number for calling the service

+ +

strategy.type

+

Kubernetes deployment strategy type. [More Info](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy)

+