diff --git a/addons/tailscale-relay/templates/statefulset.yaml b/addons/tailscale-relay/templates/statefulset.yaml index 0f88cd5ce..ff5f61e31 100644 --- a/addons/tailscale-relay/templates/statefulset.yaml +++ b/addons/tailscale-relay/templates/statefulset.yaml @@ -45,6 +45,10 @@ spec: - sysctl -w net.ipv4.ip_forward=1 net.ipv6.conf.all.forwarding=1 command: - /bin/sh + image: busybox:latest + name: enable-ip-forwarding + securityContext: + privileged: true containers: - name: {{ .Chart.Name }} image: {{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}