We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495c067 commit 1438d5aCopy full SHA for 1438d5a
charts/spoolman/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
appVersion: "0.23.1"
3
description: Keep track of your inventory of 3D-printer filament spools.
4
name: spoolman
5
-version: 0.1.6
+version: 0.1.7
6
type: application
7
keywords:
8
- database
charts/spoolman/templates/deployment.yaml
@@ -6,6 +6,8 @@ metadata:
{{- include "spoolman.labels" . | nindent 4 }}
spec:
replicas: {{ .Values.replicaCount }}
9
+ strategy:
10
+ type: {{ .Values.strategy.type }}
11
selector:
12
matchLabels:
13
{{- include "spoolman.selectorLabels" . | nindent 6 }}
@@ -86,5 +88,3 @@ spec:
86
88
tolerations:
87
89
{{- toYaml . | nindent 8 }}
90
{{- end }}
- strategy:
- type: {{ .Values.strategy.type }}
0 commit comments