Skip to content

Commit 6adac26

Browse files
authored
Merge pull request mikkeloscar#61 from mikkeloscar/fix-maxunavailable-readme
Fix example in README.md
2 parents 4d25ac8 + f5ad82c commit 6adac26

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)