File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ spec:
1515 args : ["rclone copy /tmp/dump :azureblob:dbdump/tracker-backup-$(date -I)"]
1616 env :
1717 - name : RCLONE_AZUREBLOB_ACCOUNT
18- secretKeyRef :
19- name : az-dbdump-account
20- key : AZUREBLOB_ACCOUNT
18+ valueFrom :
19+ secretKeyRef :
20+ name : az-dbdump-account
21+ key : AZUREBLOB_ACCOUNT
2122 - name : RCLONE_AZUREBLOB_KEY
22- secretKeyRef :
23- name : az-dbdump-sak
24- key : AZUREBLOB_KEY
23+ valueFrom :
24+ secretKeyRef :
25+ name : az-dbdump-sak
26+ key : AZUREBLOB_KEY
2527 volumeMounts :
2628 - name : dump
2729 mountPath : /tmp/dump
Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ spec:
1515 args : ["rclone copy /tmp/dump :azureblob:dbdump/tracker-backup-$(date -I)"]
1616 env :
1717 - name : RCLONE_AZUREBLOB_ACCOUNT
18- secretKeyRef :
19- name : az-dbdump-account
20- key : AZUREBLOB_ACCOUNT
18+ valueFrom :
19+ secretKeyRef :
20+ name : az-dbdump-account
21+ key : AZUREBLOB_ACCOUNT
2122 - name : RCLONE_AZUREBLOB_KEY
22- secretKeyRef :
23- name : az-dbdump-sak
24- key : AZUREBLOB_KEY
23+ valueFrom :
24+ secretKeyRef :
25+ name : az-dbdump-sak
26+ key : AZUREBLOB_KEY
2527 volumeMounts :
2628 - name : dump
2729 mountPath : /tmp/dump
You can’t perform that action at this time.
0 commit comments