Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#910 from mskanth972/removehost
Browse files Browse the repository at this point in the history
Remove hostNetwork option from controller
  • Loading branch information
k8s-ci-robot authored Feb 6, 2023
2 parents b5bc9b1 + 1436719 commit 7243ee9
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 7243ee9

Please sign in to comment.