You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
463 B

  1. ---
  2. apiVersion: apiextensions.k8s.io/v1beta1
  3. kind: CustomResourceDefinition
  4. metadata:
  5. name: certificates.certmanager.k8s.io
  6. annotations:
  7. "helm.sh/hook": crd-install
  8. labels:
  9. app: cert-manager
  10. chart: cert-manager-v0.5.2
  11. release: cert-manager
  12. heritage: Tiller
  13. spec:
  14. group: certmanager.k8s.io
  15. version: v1alpha1
  16. scope: Namespaced
  17. names:
  18. kind: Certificate
  19. plural: certificates
  20. shortNames:
  21. - cert
  22. - certs