From d46e2e3dde039edd2e0f1078a44c467e07c32de1 Mon Sep 17 00:00:00 2001 From: Leo Di Donato Date: Thu, 12 Aug 2021 12:54:36 +0200 Subject: [PATCH] fix(chart/templates): missing AND --- chart/templates/ws-daemon-daemonset.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/templates/ws-daemon-daemonset.yaml b/chart/templates/ws-daemon-daemonset.yaml index 68d79d0e1e84d2..5be4114cf7b012 100644 --- a/chart/templates/ws-daemon-daemonset.yaml +++ b/chart/templates/ws-daemon-daemonset.yaml @@ -207,7 +207,7 @@ spec: sysctl -w "net.ipv4.ip_local_port_range=5000 65000" && sysctl -w "net.ipv4.tcp_tw_reuse=1" && sysctl -w fs.inotify.max_user_watches=1000000 && - sysctl -w "kernel.dmesg_restrict=1" + sysctl -w "kernel.dmesg_restrict=1" && sysctl -w vm.unprivileged_userfaultfd=0 ) && echo "done!" || echo "failed!" containers: @@ -263,4 +263,4 @@ spec: procMount: Default {{ include "gitpod.kube-rbac-proxy" $this | indent 6 }} {{ toYaml .Values.defaults | indent 6 }} -{{ end }} \ No newline at end of file +{{ end }}