Skip to content

Commit

Permalink
fix(chart/templates): missing AND
Browse files Browse the repository at this point in the history
  • Loading branch information
leodido authored and roboquat committed Aug 12, 2021
1 parent 64f4677 commit d46e2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/templates/ws-daemon-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -263,4 +263,4 @@ spec:
procMount: Default
{{ include "gitpod.kube-rbac-proxy" $this | indent 6 }}
{{ toYaml .Values.defaults | indent 6 }}
{{ end }}
{{ end }}

0 comments on commit d46e2e3

Please sign in to comment.