Skip to content

Commit 1d2d0e9

Browse files
committed
Add updateStrategy parameter to daemonset
1 parent ca6f5c9 commit 1d2d0e9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

charts/aws-fsx-csi-driver/templates/node-daemonset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ spec:
99
matchLabels:
1010
app: fsx-csi-node
1111
{{- include "aws-fsx-csi-driver.selectorLabels" . | nindent 6 }}
12+
{{- with .Values.node.updateStrategy }}
13+
updateStrategy:
14+
{{- toYaml . | nindent 4 }}
15+
{{- end }}
1216
template:
1317
metadata:
1418
{{- with .Values.node.podAnnotations }}

charts/aws-fsx-csi-driver/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ node:
8888
name: fsx-csi-node-sa
8989
annotations: {}
9090
podAnnotations: {}
91+
updateStrategy: {}
9192
tolerateAllTaints: true
9293
tolerations:
9394
- operator: Exists

0 commit comments

Comments
 (0)