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:
commit
ecedad896a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user