forgejo-next: incremental backups for v8 #497
No reviewers
Labels
No labels
bug
cleanup
duplicate
enhancement
forgefriends
help wanted
invalid
label workflow
need more info
question
refactor
static-site
sync
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/k8s-cluster#497
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/62/head3de89061022b17684df7930b34d48854463413d0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refs: infrastructure/k8s-cluster#61
Manual test
kubectl apply --server-side -f job.yaml
kubectl logs -n forgejo-next job.batch/backup-v8
https://paste.centos.org/view/1b9b5adbTODO:
kubectl create secret generic --type=kubernetes.io/ssh-auth backup-ssh-key --from-file=ssh-privatekey=backup --from-file=ssh-publickey=backup.pub
I can't find the documentation explaining how to mount secrets as volumes.
Found some documentation
but still not the documentation related to secrets mounted as volumes
Manually tested it to work using the following job, after creating the readonly PV+PVC.
Pull request closed