From 6804d205079f57d8f0a8062739e9289ff48cd6f8 Mon Sep 17 00:00:00 2001 From: Mark Nevill Date: Mon, 30 Sep 2024 08:51:41 +0800 Subject: [PATCH] Add deployment strategy customization --- charts/flipt/templates/deployment.yaml | 4 ++++ charts/flipt/values.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/charts/flipt/templates/deployment.yaml b/charts/flipt/templates/deployment.yaml index aa25442..6c1c16d 100644 --- a/charts/flipt/templates/deployment.yaml +++ b/charts/flipt/templates/deployment.yaml @@ -128,3 +128,7 @@ spec: tolerations: {{- toYaml . | nindent 8 }} {{- end }} + {{- with .Values.strategy }} + strategy: + {{- toYaml . | nindent 8 }} + {{- end }} diff --git a/charts/flipt/values.yaml b/charts/flipt/values.yaml index f10c59b..77814ab 100644 --- a/charts/flipt/values.yaml +++ b/charts/flipt/values.yaml @@ -97,6 +97,7 @@ pdb: nodeSelector: {} tolerations: [] affinity: {} +strategy: {} ## Container ports ##