Skip to content

Commit

Permalink
update description for cert-manager (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjuarezd committed Mar 17, 2023
1 parent ce495eb commit 27fd1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cert-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Then it creates a new tenant including the new `tenant-certmanager-tls` secret i

### Create `operator-ca-tls` secret

Copy the cert-manager ca from the tenant certficate
Copy the cert-manager CA from the tenant certficate, this will allow Operator to trust the cert-manager CA and allow Operator to tust the Tenant certificate

```sh
kubectl get secrets -n tenant-certmanager tenant-certmanager-tls -o=jsonpath='{.data.ca\.crt}' | base64 -d > ca.crt
Expand Down

0 comments on commit 27fd1f8

Please sign in to comment.