Skip to content

Commit

Permalink
Merge pull request #61 from mikkeloscar/fix-maxunavailable-readme
Browse files Browse the repository at this point in the history
Fix example in README.md
  • Loading branch information
mikkeloscar authored Oct 1, 2024
2 parents 4d25ac8 + f5ad82c commit 6adac26
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ metadata:
heritage: pdb-controller
version: v1.0.0
spec:
minAvailable: 1
maxUnavailable: 1
selector:
matchLabels:
application: my-app
Expand Down Expand Up @@ -56,7 +56,6 @@ support](https://github.com/golang/go/wiki/Modules#installing-and-activating-mod
Assuming Go has been setup with module support it can be built simply by running:

```sh
export GO111MODULE=on # needed if the project is checked out in your $GOPATH.
$ make
```

Expand Down

0 comments on commit 6adac26

Please sign in to comment.