Skip to content

Commit

Permalink
Merge pull request #2078 from ElijahQuinones/fix_node_enable_linux
Browse files Browse the repository at this point in the history
Add fix for enableLinux node parameter
  • Loading branch information
k8s-ci-robot committed Jul 2, 2024
2 parents 9f755fd + c66dd37 commit 83fed8c
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 83fed8c

Please sign in to comment.