From b9bf79c128ba012be7ca9f42dcdaa9c4757d1a4a Mon Sep 17 00:00:00 2001 From: Jimmy Ma Date: Wed, 20 Mar 2024 15:47:22 -0700 Subject: [PATCH] Set workload-launcher deployment strategy to recreate (#11740) --- charts/airbyte-workload-launcher/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/charts/airbyte-workload-launcher/templates/deployment.yaml b/charts/airbyte-workload-launcher/templates/deployment.yaml index 65bda10ebad..416a43189f0 100644 --- a/charts/airbyte-workload-launcher/templates/deployment.yaml +++ b/charts/airbyte-workload-launcher/templates/deployment.yaml @@ -15,6 +15,8 @@ spec: {{- if .Values.extraSelectorLabels }} {{ toYaml (mergeOverwrite .Values.extraSelectorLabels .Values.global.extraSelectorLabels) | nindent 6 }} {{- end }} + strategy: + type: Recreate template: metadata: labels: