Skip to content

Commit 4b12d6c

Browse files
sambucaledegano
authored andcommitted
Update docs/docs/20-admins/30-operation/50-remote.md
Co-authored-by: Alessandro Degano <40891147+aledegano@users.noreply.github.com>
1 parent 3d92297 commit 4b12d6c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/docs/20-admins/30-operation/50-remote.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,12 @@ User session scheduling is based on label and taints to select nodes where to ru
193193
- [ ] CSI-rClone Operator (for remote storage)
194194

195195
```bash
196-
helm install --set-json='csiNodepluginRclone.tolerations=[{"effect": "NoSchedule", "operator": "Exists"}]' csi-rclone renku/csi-rclone
196+
helm install \
197+
--create-namespace \
198+
--namespace csi-rclone \
199+
--set-json='csiNodepluginRclone.tolerations=[{"effect": "NoSchedule", "operator": "Exists"}]' \
200+
csi-rclone \
201+
renku/csi-rclone
197202
```
198203

199204
## Configuration parameters

0 commit comments

Comments
 (0)