Corresponds with making our CI use the head of the master branch of crd-ref-docs

This fixes #906

Signed-off-by: Margo Crawford <margaretc@vmware.com>
This commit is contained in:
Margo Crawford
2022-03-02 14:31:58 -08:00
parent ec74158ebc
commit 60d2b852ae
8 changed files with 141 additions and 141 deletions

View File

@@ -3,6 +3,6 @@
{{- if eq $field.Name "metadata" -}}
Refer to Kubernetes API documentation for fields of `metadata`.
{{ else -}}
{{ $field.Doc }}
{{ asciidocRenderFieldDoc $field.Doc }}
{{- end -}}
{{- end -}}