File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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.
77Alternatively, running the commands below will install cert manager into the ` cert-manager ` namespace.
88
99``` 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 &&
1111kubectl wait --for=condition=Available=True deploy --all -n ' cert-manager'
1212```
1313
@@ -94,4 +94,4 @@ kubectl delete namespace open-feature-operator-system
9494
9595## What's next ?
9696
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