Skip to content

Commit

Permalink
Set workload-launcher deployment strategy to recreate (#11740)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosusnp committed Mar 20, 2024
1 parent 605840b commit b9bf79c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/airbyte-workload-launcher/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spec:
{{- if .Values.extraSelectorLabels }}
{{ toYaml (mergeOverwrite .Values.extraSelectorLabels .Values.global.extraSelectorLabels) | nindent 6 }}
{{- end }}
strategy:
type: Recreate
template:
metadata:
labels:
Expand Down

0 comments on commit b9bf79c

Please sign in to comment.