Skip to content

Commit

Permalink
Update docs/cert-manager.md
Browse files Browse the repository at this point in the history
Co-authored-by: Allan Roger Reid <allanrogerreid@gmail.com>
  • Loading branch information
pjuarezd and allanrogerr committed May 28, 2024
1 parent 6d531c2 commit 2f28021
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 @@ -457,7 +457,7 @@ kubectl get secrets -n tenant-1 tenant-1-ca-tls -o=jsonpath='{.data.ca\.crt}' |

Create the secret:
```sh
kubectl create secret generic operator-ca-tls-tenant1 --from-file=ca.crt -n minio-operator
kubectl create secret generic operator-ca-tls-tenant-1 --from-file=ca.crt -n minio-operator
```
> [!TIP]
> In this example we choose a secret name of `operator-ca-tls-tenant-1`. Note the tenant namespace
Expand Down

0 comments on commit 2f28021

Please sign in to comment.