Remove hostNetwork: true (#58)

This commit is contained in:
Vitaliy Filippov 2023-07-27 19:08:03 +03:00
parent 06d059bfd1
commit f7e3c21a87
2 changed files with 0 additions and 2 deletions

View file

@ -50,7 +50,6 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
serviceAccount: csi-s3
hostNetwork: true
containers:
- name: driver-registrar
image: {{ .Values.images.registrar }}

View file

@ -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