Merge pull request #384 from jetstack/munnerz-patch-2

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Add missing apiVersion to Issuer sample docs

**What this PR does / why we need it**:

This PR is in response to #379

```release-note
NONE
```
This commit is contained in:
jetstack-ci-bot 2018-03-08 13:38:27 +00:00 committed by GitHub
commit ecedad896a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ certificates, including any configuration required for that source.
An example of an Issuer is ACME. A simple ACME issuer could be defined as:
```yaml
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt-prod