Commit de2f2b5 1 parent 4eda2ca commit de2f2b5 Copy full SHA for de2f2b5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ The installation docs for cert manager can be found [here](https://cert-manager.
7
7
Alternatively, running the commands below will install cert manager into the ` cert-manager ` namespace.
8
8
9
9
``` sh
10
- kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.2 /cert-manager.yaml &&
10
+ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.3 /cert-manager.yaml &&
11
11
kubectl wait --for=condition=Available=True deploy --all -n ' cert-manager'
12
12
```
13
13
@@ -94,4 +94,4 @@ kubectl delete namespace open-feature-operator-system
94
94
95
95
## What's next ?
96
96
97
- - Follow quick start guide to install custom resources and validate operator behavior: [ Quick Start] ( ./quick_start.md )
97
+ - Follow quick start guide to install custom resources and validate operator behavior: [ Quick Start] ( ./quick_start.md )
You can’t perform that action at this time.
0 commit comments