mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-02-09 05:20:13 +00:00
The changes in 1db966bf3c (diff-c31a634b9c201723f2478087620b10c5) removed examples/common/10-deployment.yaml, which is listed in
README.md to start the server at -
https://github.com/heptio/ark#set-up-server
This commit removes the references from the documentation.
Signed-off-by: Shubham <shubham@linux.com>
11 lines
295 B
Markdown
11 lines
295 B
Markdown
# File Structure
|
|
|
|
## 00-prereqs.yaml
|
|
|
|
This file contains the prerequisites necessary to run the Ark server:
|
|
|
|
- `heptio-ark` namespace
|
|
- `ark` service account
|
|
- RBAC rules to grant permissions to the `ark` service account
|
|
- CRDs for the Ark-specific resources (Backup, Schedule, Restore, Config)
|