Skip to content

Commit

Permalink
[gcp-local-ssd-raid] add updateStrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
voron committed Feb 6, 2024
1 parent aab1dcc commit 6d60a3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dysnix/gcp-local-ssd-raid/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: gcp-local-ssd-raid
description: A Helm chart for Kubernetes
version: 0.1.3
version: 0.1.4
appVersion: "0.1.0"

keywords:
Expand Down
2 changes: 2 additions & 0 deletions dysnix/gcp-local-ssd-raid/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ metadata:
labels:
{{- include "gcp-local-ssd-raid.labels" . | nindent 4 }}
spec:
updateStrategy:
{{- toYaml .Values.updateStrategy | nindent 4 }}
selector:
matchLabels:
app.kubernetes.io/name: {{ include "gcp-local-ssd-raid.name" . }}
Expand Down
4 changes: 4 additions & 0 deletions dysnix/gcp-local-ssd-raid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ nodeSelector: {}
tolerations: []

affinity: {}

# default for DaemonSet
updateStrategy:
type: RollingUpdate

0 comments on commit 6d60a3e

Please sign in to comment.