Skip to content

Commit 28e5177

Browse files
authored
Update node-daemonset.yaml
1 parent 3e51cc8 commit 28e5177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
matchLabels:
1010
app: fsx-csi-node
1111
{{- include "aws-fsx-csi-driver.selectorLabels" . | nindent 6 }}
12-
{{- with .Values.updateStrategy }}
12+
{{- with .Values.node.updateStrategy }}
1313
updateStrategy:
1414
{{- toYaml . | nindent 4 }}
1515
{{- end }}

0 commit comments

Comments
 (0)