Skip to content

Commit

Permalink
Merge pull request #29 from yocum137/patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rbaumgar authored Mar 12, 2024
2 parents 0ca99ed + c6a40eb commit ceab932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spec:
1. Patch the openshift-ingress-operator to load the new certificate:
```bash
kubectl patch --type=merge ingresscontrollers/default --patch '{"spec":{"defaultCertificate":{"name":"ingress-certs-letsencrypt"}}}' -n openshift-ingress
kubectl patch --type=merge ingresscontrollers/default --patch '{"spec":{"defaultCertificate":{"name":"ingress-certs-letsencrypt"}}}' -n openshift-ingress-operator
```
2. Watch to ensure the router pod with the new cert has been started:
Expand Down

0 comments on commit ceab932

Please sign in to comment.