12 lines
323 B
YAML
12 lines
323 B
YAML
kind: ConfigMap
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: rclone-dropbox-config
|
|
namespace: backup
|
|
apiVersion: v1
|
|
data:
|
|
rclone.conf: |
|
|
[dropbox]
|
|
type = dropbox
|
|
token = {"access_token":"17hvEArIh3cAAAAAAAGTXUfwkGdz8EC_rDcEseLmSRltQoUz_AVceuUewx0sGMQ1","token_type":"bearer","expiry":"0001-01-01T00:00:00Z"}
|