Merge pull request #695 from pieterlange/patch-1

Add doc on secret references for cluster issuers
This commit is contained in:
jetstack-bot 2018-07-02 16:24:43 +01:00 committed by GitHub
commit d7bf9571d1
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.