Skip to content

Commit 620fef6

Browse files
chore(kargo): add support for deployment strategy
1 parent a43660d commit 620fef6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

charts/kargo/templates/_kdk-deployment.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ spec:
1515
replicas: {{ .Values.replicaCount }}
1616
selector:
1717
matchLabels: {{- include "kargo.labels.matchLabels" . | nindent 6 }}
18+
{{- with .Values.strategy }}
19+
strategy:
20+
{{- toYaml . | nindent 4 }}
21+
{{- end }}
1822
template:
1923
metadata:
2024
labels: {{- include "kargo.labels.standard" . | nindent 8 }}

0 commit comments

Comments
 (0)