Skip to content

Commit

Permalink
Update namespace delcaration
Browse files Browse the repository at this point in the history
Cluster issuer will look for the secret in the namespace where cert-manager is installed

Co-authored-by: Erik Godding Boye <[email protected]>
Signed-off-by: Nicolas Pais <[email protected]>
  • Loading branch information
Nickmman and erikgb authored Sep 14, 2023
1 parent 80a4563 commit 77cfd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/configuration/selfsigned.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: my-selfsigned-ca
namespace: sandbox
namespace: cert-manager
spec:
isCA: true
commonName: my-selfsigned-ca
Expand Down

0 comments on commit 77cfd79

Please sign in to comment.