Skip to content

Commit

Permalink
Merge pull request #437 from aramase/remove-host-network
Browse files Browse the repository at this point in the history
chore: remove host network
  • Loading branch information
k8s-ci-robot authored Jan 27, 2021
2 parents 443a5e1 + 8a641e0 commit 4ff57e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ spec:
{{ include "sscd.labels" . | indent 6 }}
spec:
serviceAccountName: secrets-store-csi-driver
hostNetwork: true
dnsPolicy: ClusterFirstWithHostNet
containers:
- name: node-driver-registrar
image: "{{ .Values.linux.registrarImage.repository }}:{{ .Values.linux.registrarImage.tag }}"
Expand Down
1 change: 0 additions & 1 deletion manifest_staging/deploy/secrets-store-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ spec:
app: csi-secrets-store
spec:
serviceAccountName: secrets-store-csi-driver
hostNetwork: true
containers:
- name: node-driver-registrar
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.1.0
Expand Down

0 comments on commit 4ff57e6

Please sign in to comment.