Adding new rclone location
This commit is contained in:
parent
ce5c4ed546
commit
8404457c76
|
|
@ -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.**
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue