Address review feedback
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
parent
e36c1acf1c
commit
ff9a6b84a0
@ -11,7 +11,7 @@ This package exposes a number of different Bazel targets:
|
||||
* `templates.regular`: the Helm templates for the 'regular' CRD manifests
|
||||
* `templates.legacy`: the Helm templates for the 'legacy' CRD manifests
|
||||
* `crds.regular`: the templated 'regular' CRD manifests (after running `helm template`)
|
||||
* `crds.legacy`: the templated 'regular' CRD manifests (after running `helm template`)
|
||||
* `crds.legacy`: the templated 'legacy' CRD manifests (after running `helm template`)
|
||||
* `crd-<crd-name>.templated`: for each CRD type, the one CRD after running `helm template`
|
||||
* `templated_files`: a filegroup containing all of the individual templated CRD files
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: certificates.cert-manager.io
|
||||
annotations:
|
||||
"cert-manager.io/inject-ca-from-secret": '{{ template "webhook.caRef" . }}'
|
||||
cert-manager.io/inject-ca-from-secret: '{{ template "webhook.caRef" . }}'
|
||||
labels:
|
||||
app: '{{ template "cert-manager.name" . }}'
|
||||
app.kubernetes.io/name: '{{ template "cert-manager.name" . }}'
|
||||
|
||||
@ -3,7 +3,7 @@ kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: challenges.acme.cert-manager.io
|
||||
annotations:
|
||||
"cert-manager.io/inject-ca-from-secret": '{{ template "webhook.caRef" . }}'
|
||||
cert-manager.io/inject-ca-from-secret: '{{ template "webhook.caRef" . }}'
|
||||
labels:
|
||||
app: '{{ template "cert-manager.name" . }}'
|
||||
app.kubernetes.io/name: '{{ template "cert-manager.name" . }}'
|
||||
|
||||
@ -3,7 +3,7 @@ kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: issuers.cert-manager.io
|
||||
annotations:
|
||||
"cert-manager.io/inject-ca-from-secret": '{{ template "webhook.caRef" . }}'
|
||||
cert-manager.io/inject-ca-from-secret: '{{ template "webhook.caRef" . }}'
|
||||
labels:
|
||||
app: '{{ template "cert-manager.name" . }}'
|
||||
app.kubernetes.io/name: '{{ template "cert-manager.name" . }}'
|
||||
|
||||
@ -3,7 +3,7 @@ kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: orders.acme.cert-manager.io
|
||||
annotations:
|
||||
"cert-manager.io/inject-ca-from-secret": '{{ template "webhook.caRef" . }}'
|
||||
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