diff --git a/deploy/helm/templates/csi-s3.yaml b/deploy/helm/templates/csi-s3.yaml index 625b886..9732b6c 100644 --- a/deploy/helm/templates/csi-s3.yaml +++ b/deploy/helm/templates/csi-s3.yaml @@ -50,7 +50,6 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} serviceAccount: csi-s3 - hostNetwork: true containers: - name: driver-registrar image: {{ .Values.images.registrar }} diff --git a/deploy/kubernetes/csi-s3.yaml b/deploy/kubernetes/csi-s3.yaml index 6577777..bb031aa 100644 --- a/deploy/kubernetes/csi-s3.yaml +++ b/deploy/kubernetes/csi-s3.yaml @@ -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