Skip to content

Commit f5ad82c

Browse files
committed
Fix example in README.md
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
1 parent 4d25ac8 commit f5ad82c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ metadata:
2525
heritage: pdb-controller
2626
version: v1.0.0
2727
spec:
28-
minAvailable: 1
28+
maxUnavailable: 1
2929
selector:
3030
matchLabels:
3131
application: my-app
@@ -56,7 +56,6 @@ support](https://github.com/golang/go/wiki/Modules#installing-and-activating-mod
5656
Assuming Go has been setup with module support it can be built simply by running:
5757

5858
```sh
59-
export GO111MODULE=on # needed if the project is checked out in your $GOPATH.
6059
$ make
6160
```
6261

0 commit comments

Comments
 (0)