Skip to content

Commit

Permalink
Merge pull request #913 from Ashley-wenyizha/removeHostNetworkRelease…
Browse files Browse the repository at this point in the history
…-1.5

Remove hostNetwork option from controller
  • Loading branch information
Ashley-wenyizha committed Feb 6, 2023
2 parents 272552a + 991b7c7 commit 9013301
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ spec:
annotations: {{- toYaml . | nindent 8 }}
{{- end }}
spec:
hostNetwork: true
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- range .Values.imagePullSecrets }}
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 @@ -21,7 +21,6 @@ spec:
app.kubernetes.io/name: aws-efs-csi-driver
app.kubernetes.io/instance: kustomize
spec:
hostNetwork: true
nodeSelector:
kubernetes.io/os: linux
serviceAccountName: efs-csi-controller-sa
Expand Down

0 comments on commit 9013301

Please sign in to comment.