Adding new rclone location

This commit is contained in:
Moritz Graf 2024-06-01 13:00:23 +02:00
parent ce5c4ed546
commit 8404457c76
2 changed files with 7 additions and 2 deletions

View File

@ -145,6 +145,11 @@ helm upgrade --install coder coder-v2/coder \
--version 2.10.0
```
# llm
See [llm](./llm_hosting.md)
## Add private docker registry
**TODO: chart no longer exists. Check how to replace this someday.**

View File

@ -1,4 +1,4 @@
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: dropbox-sync
@ -21,7 +21,7 @@ spec:
- "/bin/bash"
- "-c"
args:
- "/usr/bin/rclone --config /rclone.secret -v copy minio:backup/ dropbox:server_backup/velero/"
- "/bin/rclone --config /rclone.secret -v copy minio:backup/ dropbox:server_backup/velero/"
volumes:
- name: rclone-config
secret: