Merge pull request #5109 from irbekrm/cleanup_annots
Remove leftover cainjector annotations from our CRDs
This commit is contained in:
commit
df4f33a19c
@ -2,8 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: issuers.cert-manager.io
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from-secret: '{{ template "webhook.caRef" . }}'
|
||||
labels:
|
||||
app: '{{ template "cert-manager.name" . }}'
|
||||
app.kubernetes.io/name: '{{ template "cert-manager.name" . }}'
|
||||
|
||||
@ -2,8 +2,6 @@ apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: orders.acme.cert-manager.io
|
||||
annotations:
|
||||
cert-manager.io/inject-ca-from-secret: '{{ template "webhook.caRef" . }}'
|
||||
labels:
|
||||
app: '{{ template "cert-manager.name" . }}'
|
||||
app.kubernetes.io/name: '{{ template "cert-manager.name" . }}'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user