Skip to content

Commit 77268b5

Browse files
Merge pull request #64 from oracle/update-cert-manager-command
Update latest cert-manager command in README.md
2 parents 1d04921 + 1c4bb5d commit 77268b5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ Oracle strongly recommends that you ensure your system meets the following [Prer
5555
Install the certificate manager with the following command:
5656

5757
```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
58+
kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.12.0/cert-manager.yaml
6359
```
6460

6561
## Quick Install of the Operator

0 commit comments

Comments
 (0)