We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d25ac8 + f5ad82c commit 6adac26Copy full SHA for 6adac26
README.md
@@ -25,7 +25,7 @@ metadata:
25
heritage: pdb-controller
26
version: v1.0.0
27
spec:
28
- minAvailable: 1
+ maxUnavailable: 1
29
selector:
30
matchLabels:
31
application: my-app
@@ -56,7 +56,6 @@ support](https://github.com/golang/go/wiki/Modules#installing-and-activating-mod
56
Assuming Go has been setup with module support it can be built simply by running:
57
58
```sh
59
-export GO111MODULE=on # needed if the project is checked out in your $GOPATH.
60
$ make
61
```
62
0 commit comments