We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7af28 commit 521afccCopy full SHA for 521afcc
.werft/vm/manifests.ts
@@ -342,10 +342,6 @@ write_files:
342
kubectl apply -f /var/lib/gitpod/manifests/cert-manager.yaml
343
kubectl apply -f /var/lib/gitpod/manifests/metrics-server.yaml
344
345
- # install CSI snapshotter CRDs and snapshot controller
346
- kubectl apply -f /var/lib/gitpod/manifests/csi-driver.yaml
347
- kubectl apply -f /var/lib/gitpod/manifests/csi-config.yaml
348
-
349
cat <<EOF >> /etc/bash.bashrc
350
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
351
EOF
0 commit comments