Initial upload

This commit is contained in:
miwr 2025-05-26 11:44:23 +02:00
parent 7a0e732995
commit e8fd6c1db6
115 changed files with 17102 additions and 0 deletions

View file

@ -0,0 +1,10 @@
# velero restore create --from-backup backstage-backup
apiVersion: velero.io/v1
kind: Restore
metadata:
name: backstage-backup
namespace: velero
spec:
backupName: backstage-backup
includedNamespaces:
- 'backstage'