From a2025cff43679dfc5a66ea810368629f58fe6970 Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Wed, 31 Aug 2022 21:34:16 -0400 Subject: [PATCH] typo: poc -> pod --- docs/content/examples/pod/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/examples/pod/_index.md b/docs/content/examples/pod/_index.md index 9183d32..f2ebafd 100644 --- a/docs/content/examples/pod/_index.md +++ b/docs/content/examples/pod/_index.md @@ -16,7 +16,7 @@ Here, `example` is an arbitrary string which identifies the pod (just as `ex` id The format under {{< option "kubernetes.resources" true >}} largely mirrors that of the [Kubernetes API](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.25/) which can generally be explored with `kubectl`; e.g. ```sh -kubectl explain poc.spec.containers +kubectl explain pod.spec.containers ``` However, our format uses the plural form and injects resource names where appropriate.