Skip to content

Commit

Permalink
Merge pull request #332 from jacobwolfaws/master
Browse files Browse the repository at this point in the history
Remove hostNetwork from helm and manifests
  • Loading branch information
k8s-ci-robot committed Jun 22, 2023
2 parents beb3eb8 + 9926604 commit d602412
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
{{- with .Values.controller.nodeSelector }}
{{- toYaml . | nindent 8 }}
{{- end }}
hostNetwork: true
serviceAccountName: {{ .Values.controller.serviceAccount.name }}
priorityClassName: system-cluster-critical
tolerations:
Expand Down
1 change: 0 additions & 1 deletion charts/aws-fsx-csi-driver/templates/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ spec:
{{- with .Values.node.nodeSelector }}
{{- toYaml . | nindent 8 }}
{{- end }}
hostNetwork: true
dnsPolicy: {{ .Values.node.dnsPolicy }}
{{- with .Values.node.dnsConfig }}
dnsConfig: {{- toYaml . | nindent 8 }}
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes/base/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
hostNetwork: true
serviceAccountName: fsx-csi-controller-sa
priorityClassName: system-cluster-critical
tolerations:
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes/base/node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ spec:
spec:
nodeSelector:
kubernetes.io/os: linux
hostNetwork: true
dnsPolicy: ClusterFirst
serviceAccountName: fsx-csi-node-sa
priorityClassName: system-node-critical
Expand Down

0 comments on commit d602412

Please sign in to comment.