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.
1 parent 236fb40 commit 1c4bb5dCopy full SHA for 1c4bb5d
README.md
@@ -55,11 +55,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
55
Install the certificate manager with the following command:
56
57
```sh
58
- # Kubernetes 1.16+
59
- kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.1.1/cert-manager.yaml
60
-
61
- # Kubernetes <1.16
62
- kubectl apply --validate=false -f https://github.com/cert-manager/cert-manager/releases/download/v1.1.1/cert-manager-legacy.yaml
+ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.0/cert-manager.yaml
63
```
64
65
## Quick Install of the Operator
0 commit comments