Skip to content

Commit 25af052

Browse files
authored
Merge pull request #978 from nirmalaagash/master
Updated default setting of windows daemon set
2 parents fde8c01 + 92e1b08 commit 25af052

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

charts/aws-ebs-csi-driver/templates/node-windows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
{{- if .Values.node.enableWindows }}
12
kind: DaemonSet
23
apiVersion: apps/v1
34
metadata:
@@ -171,3 +172,4 @@ spec:
171172
hostPath:
172173
path: \\.\pipe\csi-proxy-filesystem-v1
173174
type: ""
175+
{{- end }}

charts/aws-ebs-csi-driver/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ node:
130130
create: true
131131
name: ebs-csi-node-sa
132132
annotations: {}
133+
enableWindows: false
133134
# The "maximum number of attachable volumes" per node
134135
volumeAttachLimit:
135136

0 commit comments

Comments
 (0)