Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/docs/concepts/issuer.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ namespaces, you should consider creating a `ClusterIssuer` resource. This is
almost identical to the `Issuer` resource, however is non-namespaced so it
can be used to issue `Certificates` across all namespaces.

Note that when cert-manager is installed using Helm, the CRDs for the ClusterIssuer
resource type are not included by default. They can be included by adding the flag
Comment on lines +40 to +41
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Note that when cert-manager is installed using Helm, the CRDs for the ClusterIssuer
resource type are not included by default. They can be included by adding the flag
Note that when cert-manager is installed using Helm, the CRDs are not included by default.
They can be included by adding the flag

The CRD for Issuer is also not installed.

`--set installCRDs=true` during installation.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`--set installCRDs=true` during installation.
`--set crds.enabled=true` during installation.


## Supported Issuers

cert-manager supports a number of 'in-tree', as well as 'out-of-tree' `Issuer`
Expand Down