Fix autogenerated mark for instrumentation doc

The https://k8s.io/docs/ website uses this marker to highlight that
pages should not be directly edited in k/website
This commit is contained in:
Tim Bannister 2022-11-10 11:37:23 +00:00
parent d7bff1c809
commit b61ed2d875

View File

@ -44,7 +44,7 @@ const (
templ = `---
title: Kubernetes Metrics Reference
content_type: reference
auto-generated: true
auto_generated: true
description: >-
Details of the metric data that Kubernetes components export.
---