Skip to content

Commit 1438d5a

Browse files
committed
Allow override of deployment strategy
1 parent 495c067 commit 1438d5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/spoolman/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "0.23.1"
33
description: Keep track of your inventory of 3D-printer filament spools.
44
name: spoolman
5-
version: 0.1.6
5+
version: 0.1.7
66
type: application
77
keywords:
88
- database

charts/spoolman/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
{{- include "spoolman.labels" . | nindent 4 }}
77
spec:
88
replicas: {{ .Values.replicaCount }}
9+
strategy:
10+
type: {{ .Values.strategy.type }}
911
selector:
1012
matchLabels:
1113
{{- include "spoolman.selectorLabels" . | nindent 6 }}
@@ -86,5 +88,3 @@ spec:
8688
tolerations:
8789
{{- toYaml . | nindent 8 }}
8890
{{- end }}
89-
strategy:
90-
type: {{ .Values.strategy.type }}

0 commit comments

Comments
 (0)