mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-21 05:40:35 +00:00
Merge pull request #3 from sridhargaddam/use-iptables-from-host
Fix iptables/nftables issue
This commit is contained in:
@@ -51,6 +51,11 @@ spec:
|
||||
privileged: true
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
volumeMounts:
|
||||
# Because we don't actually run iptables locally, but chroot in to the host
|
||||
- mountPath: /host
|
||||
name: host-slash
|
||||
readOnly: true
|
||||
{{- with .Values.routeAgent.nodeSelector }}
|
||||
nodeSelector:
|
||||
{{ toYaml . | indent 8 }}
|
||||
@@ -63,3 +68,7 @@ spec:
|
||||
affinity:
|
||||
{{ toYaml . | indent 8 }}
|
||||
{{- end }}
|
||||
volumes:
|
||||
- name: host-slash
|
||||
hostPath:
|
||||
path: /
|
||||
Reference in New Issue
Block a user