Skip to content

Commit

Permalink
Remove hostNetwork: true (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Jul 27, 2023
1 parent 06d059b commit f7e3c21
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/helm/templates/csi-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccount: csi-s3
hostNetwork: true
containers:
- name: driver-registrar
image: {{ .Values.images.registrar }}
Expand Down
1 change: 0 additions & 1 deletion deploy/kubernetes/csi-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ spec:
effect: NoExecute
tolerationSeconds: 300
serviceAccount: csi-s3
hostNetwork: true
containers:
- name: driver-registrar
image: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0
Expand Down

0 comments on commit f7e3c21

Please sign in to comment.