mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-04 20:24:02 +00:00
13 lines
362 B
YAML
13 lines
362 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- CRDs.yaml
|
|
- backupstoragelocations.yaml
|
|
- volumesnapshotlocations.yaml # including so the velero server can run
|
|
- resticrepository.yaml # including so the velero server can runl
|
|
- podvolumes.yaml # including so the velero server can runl
|
|
- minio.yaml
|
|
|