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 158d6f7 + 73e8fb7 commit e6523c0Copy full SHA for e6523c0
charts/aws-efs-csi-driver/templates/node-daemonset.yaml
@@ -47,6 +47,7 @@ spec:
47
{{- with .Values.node.affinity }}
48
affinity: {{- toYaml . | nindent 8 }}
49
{{- end }}
50
+ hostNetwork: true
51
dnsPolicy: {{ .Values.node.dnsPolicy }}
52
{{- with .Values.node.dnsConfig }}
53
dnsConfig: {{- toYaml . | nindent 8 }}
deploy/kubernetes/base/node-daemonset.yaml
@@ -31,6 +31,7 @@ spec:
31
operator: NotIn
32
values:
33
- fargate
34
35
dnsPolicy: ClusterFirst
36
serviceAccountName: efs-csi-node-sa
37
priorityClassName: system-node-critical
0 commit comments