mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
295 B
YAML
15 lines
295 B
YAML
5 years ago
|
apiVersion: apiextensions.k8s.io/v1beta1
|
||
|
kind: CustomResourceDefinition
|
||
|
metadata:
|
||
|
name: certificates.certmanager.k8s.io
|
||
|
spec:
|
||
|
group: certmanager.k8s.io
|
||
|
version: v1alpha1
|
||
|
scope: Namespaced
|
||
|
names:
|
||
|
kind: Certificate
|
||
|
plural: certificates
|
||
|
shortNames:
|
||
|
- cert
|
||
|
- certs
|