diff --git a/README.md b/README.md index d4760852..70cc2415 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ oc apply -f config/rbac/ 6. Apply Deployment Manifests ```bash -oc apply -f config/manager/deploy.yml +oc apply -f config/manager/deployment.yml ``` ## Local Development @@ -121,4 +121,4 @@ The codebase is written in Go and uses the Kubebuilder framework. The core logic of this operator is contained in: - [pkg/controller/backup/backup_controller.go](pkg/controller/backup/backup_controller.go) in the function `Reconcile()`. -- [pkg/controller/restore/restore_controller.go](pkg/controller/backup/restore_controller.go) in the function `Reconcile()`. \ No newline at end of file +- [pkg/controller/restore/restore_controller.go](pkg/controller/backup/restore_controller.go) in the function `Reconcile()`.