Skip to content

Commit

Permalink
Manage DaemonSets enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
monicastanciu committed Sep 6, 2023
1 parent 6ed7d06 commit 77d4dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/aws-ebs-csi-driver/templates/node.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Node Service
{{- if .Values.node.enableLinux }}
kind: DaemonSet
apiVersion: apps/v1
metadata:
Expand Down Expand Up @@ -221,3 +222,4 @@ spec:
{{- with .Values.node.volumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
1 change: 1 addition & 0 deletions charts/aws-ebs-csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,7 @@ node:
name: ebs-csi-node-sa
annotations: {}
automountServiceAccountToken: true
enableLinux: true
enableWindows: false
# The "maximum number of attachable volumes" per node
volumeAttachLimit:
Expand Down

0 comments on commit 77d4dc1

Please sign in to comment.