We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fde8c01 + 92e1b08 commit 25af052Copy full SHA for 25af052
charts/aws-ebs-csi-driver/templates/node-windows.yaml
@@ -1,3 +1,4 @@
1
+{{- if .Values.node.enableWindows }}
2
kind: DaemonSet
3
apiVersion: apps/v1
4
metadata:
@@ -171,3 +172,4 @@ spec:
171
172
hostPath:
173
path: \\.\pipe\csi-proxy-filesystem-v1
174
type: ""
175
+{{- end }}
charts/aws-ebs-csi-driver/values.yaml
@@ -130,6 +130,7 @@ node:
130
create: true
131
name: ebs-csi-node-sa
132
annotations: {}
133
+ enableWindows: false
134
# The "maximum number of attachable volumes" per node
135
volumeAttachLimit:
136
0 commit comments