Skip to content

Commit

Permalink
use correct values
Browse files Browse the repository at this point in the history
  • Loading branch information
karaktaka committed Feb 22, 2024
1 parent 36c3455 commit 831e42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-fsx-csi-driver/templates/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- key: "fsx.csi.aws.com/agent-not-ready"
operator: "Exists"
{{- end }}
{{- with .Values.linux.affinity }}
{{- with .Values.node.affinity }}
affinity:
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 831e42f

Please sign in to comment.