Skip to content

Commit

Permalink
Additional Node DaemonSets bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
monicastanciu committed Sep 12, 2023
1 parent 50c9228 commit e1fc0b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/templates/node-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"node" (deepCopy $.Values.node | mustMerge $values)
)
}}
---
{{- include "node-windows" (deepCopy $ | mustMerge $args) -}}
{{- end }}
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"node" (deepCopy $.Values.node | mustMerge $values)
)
}}
---
{{- include "node" (deepCopy $ | mustMerge $args) -}}
{{- end }}
2 changes: 1 addition & 1 deletion docs/additional-daemonsets.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ node:
limits:
memory: 512Mi

additionalNodeDaemonSets:
additionalDaemonSets:
big:
nodeSelector:
node.kubernetes.io/instance-type: m7i.48xlarge
Expand Down

0 comments on commit e1fc0b9

Please sign in to comment.