From 0df45e3cd8223fc2b7fd5542f807a7892479a40b Mon Sep 17 00:00:00 2001 From: Kevin Fox Date: Tue, 23 May 2023 16:26:23 -0700 Subject: [PATCH] Fix up docs Signed-off-by: Kevin Fox --- charts/spire/README.md | 2 -- charts/spire/README.md.gotmpl | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/spire/README.md b/charts/spire/README.md index 6c28acd..ed84243 100644 --- a/charts/spire/README.md +++ b/charts/spire/README.md @@ -96,8 +96,6 @@ Now you can interact with the Spire agent socket from your own application. The ## Requirements -Kubernetes: `>=1.21.0-0` - | Repository | Name | Version | |------------|------|---------| | file://./charts/spiffe-csi-driver | spiffe-csi-driver | 0.1.0 | diff --git a/charts/spire/README.md.gotmpl b/charts/spire/README.md.gotmpl index 39cbcaa..3e85623 100644 --- a/charts/spire/README.md.gotmpl +++ b/charts/spire/README.md.gotmpl @@ -87,7 +87,9 @@ Now you can interact with the Spire agent socket from your own application. The {{ template "chart.sourcesSection" . }} -{{ template "chart.requirementsSection" . }} +{{ template "chart.requirementsHeader" . }} + +{{ template "chart.requirementsTable" . }} {{ template "chart.valuesSection" . }}