We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e871b commit 7ba7af9Copy full SHA for 7ba7af9
install/preview/entrypoint.sh
@@ -136,7 +136,6 @@ yq eval-all -i '.spec.jobTemplate.spec.spec.containers[].env[] | (select(.name==
136
yq eval-all -i 'del(.spec.template.spec.initContainers[0])' /var/lib/rancher/k3s/server/manifests/gitpod/*_DaemonSet_ws-daemon.yaml
137
138
for f in /var/lib/rancher/k3s/server/manifests/gitpod/*.yaml; do (cat "$f"; echo) >> /var/lib/rancher/k3s/server/manifests/gitpod.yaml; done
139
-rm -rf /var/lib/rancher/k3s/server/manifests/gitpod
140
141
/bin/k3s server --disable traefik \
142
--node-label gitpod.io/workload_meta=true \
0 commit comments