Fix incorrectly displayed K8s minor versions

This commit is contained in:
Jihoon Seo
2022-06-17 15:38:19 +09:00
parent 9c8c52da72
commit 9c54446e00
10 changed files with 50 additions and 50 deletions
@@ -79,7 +79,7 @@ For each mode, there are two labels that determine the policy used:
pod-security.kubernetes.io/<MODE>: <LEVEL>
# Optional: per-mode version label that can be used to pin the policy to the
# version that shipped with a given Kubernetes minor version (for example v{{< skew latestVersion >}}).
# version that shipped with a given Kubernetes minor version (for example v{{< skew currentVersion >}}).
#
# MODE must be one of `enforce`, `audit`, or `warn`.
# VERSION must be a valid Kubernetes minor version, or `latest`.