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
|
--version 2.10.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# llm
|
||||||
|
|
||||||
|
See [llm](./llm_hosting.md)
|
||||||
|
|
||||||
|
|
||||||
## Add private docker registry
|
## Add private docker registry
|
||||||
|
|
||||||
**TODO: chart no longer exists. Check how to replace this someday.**
|
**TODO: chart no longer exists. Check how to replace this someday.**
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: batch/v1beta1
|
apiVersion: batch/v1
|
||||||
kind: CronJob
|
kind: CronJob
|
||||||
metadata:
|
metadata:
|
||||||
name: dropbox-sync
|
name: dropbox-sync
|
||||||
|
|
@ -21,7 +21,7 @@ spec:
|
||||||
- "/bin/bash"
|
- "/bin/bash"
|
||||||
- "-c"
|
- "-c"
|
||||||
args:
|
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:
|
volumes:
|
||||||
- name: rclone-config
|
- name: rclone-config
|
||||||
secret:
|
secret:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue