Skip to content

Commit

Permalink
Merge pull request #53 from abuechler/patch-1
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
katyanna authored Apr 30, 2024
2 parents 41668f6 + e2504a0 commit 7603937
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 @@ -63,12 +63,12 @@ $ make
## Setup

The `pdb-controller` can be run as a deployment in the cluster. See
[deployment.yaml](/Docs/deployment.yaml) for an example.
[deployment.yaml](docs/deployment.yaml) for an example.

Deploy it by running:

```bash
$ kubectl apply -f Docs/deployment.yaml
$ kubectl apply -f docs/deployment.yaml
```

## TODO
Expand Down

0 comments on commit 7603937

Please sign in to comment.