Address review feedback

Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
James Munnelly 2020-04-07 10:15:05 +01:00
parent e36c1acf1c
commit ff9a6b84a0
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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" . }}'

View File

@ -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" . }}'

View File

@ -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" . }}'

View File

@ -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" . }}'