Skip to content

Commit

Permalink
Fix filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
singularo committed Jun 30, 2022
1 parent 6942eb1 commit 9c6b780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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()`.
- [pkg/controller/restore/restore_controller.go](pkg/controller/backup/restore_controller.go) in the function `Reconcile()`.

0 comments on commit 9c6b780

Please sign in to comment.