Add doc on secret references for cluster issuers

This commit is contained in:
Pieter Lange 2018-07-02 17:14:07 +02:00 committed by GitHub
parent f9f0724c2c
commit 04e7857519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,5 +44,7 @@ the ``spec.issuerRef.kind`` field to ClusterIssuer:
kind: ClusterIssuer
...
When referencing a ``Secret`` resource in ``ClusterIssuer`` resources (eg ``apiKeySecretRef``) the ``Secret`` needs to be in the same namespace as the ``cert-manager`` controller pod. You can optionally override this by using the ``--cluster-resource-namespace`` argument to the controller.
For more information on configuring Issuer resources, see the :doc:`Issuers </reference/issuers>`
reference documentation.