Skip to content

Commit

Permalink
Add fix for enableLinux node paramater
Browse files Browse the repository at this point in the history
  • Loading branch information
ElijahQuinones committed Jul 1, 2024
1 parent 9f755fd commit c66dd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-ebs-csi-driver/templates/_node.tpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- define "node" }}
{{- if or (eq (default true .Values.node.enableLinux) true) }}
{{- if .Values.node.enableLinux }}
---
kind: DaemonSet
apiVersion: apps/v1
Expand Down

0 comments on commit c66dd37

Please sign in to comment.