Skip to content

Commit

Permalink
Reference cert-manager Issuer docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Weidner committed Sep 16, 2019
1 parent 8d63297 commit a7f9aca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions staging/cert-manager-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ clusterissuer:
secretName: clusterissuer-secret
```
In the given example we create a `ClusterIssuer` named `clusterissuer-name` with the `ca` type. The `ca` type expects a secret that contains the Certificate Authority (CA) to be used by this `ClusterIssuer`. The spec follows the original `cert-manager` [spec](https://docs.cert-manager.io/en/latest/tasks/issuers/setup-ca.html#creating-an-issuer-referencing-the-secret).

# Notes

In order to submit the `ClusterIssuer` post installation, `cert-manager-setup` runs a post-install `Job` hook. In case that the hook fails the Job will not be cleaned up by Helm. This behavior is intended to ease debugging.

0 comments on commit a7f9aca

Please sign in to comment.