Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 3a427c1

Browse files
committed
Remove hostNetwork from installer
xref: #40 Signed-off-by: Tamal Saha <[email protected]>
1 parent 9c80a0b commit 3a427c1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

chart/csi-vault/templates/plugin.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ spec:
153153
imagePullSecrets:
154154
{{ toYaml .Values.imagePullSecrets | indent 6 }}
155155
{{- end }}
156-
hostNetwork: true
157156
containers:
158157
- name: driver-registrar
159158
image: {{ .Values.registrar.registry }}/{{ .Values.registrar.repository }}:{{ .Values.registrar.tag }}

hack/deploy/plugin.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ spec:
132132
component: plugin
133133
spec:
134134
serviceAccount: csi-vaultplugin
135-
hostNetwork: true
136135
containers:
137136
- name: driver-registrar
138137
image: ${CSI_REGISTRAR_DOCKER_REGISTRY}/${CSI_REGISTRAR_DOCKER_REPOSITORY}:${CSI_REGISTRAR_IMAGE_TAG}

0 commit comments

Comments
 (0)