From c68693c4bb2d26f3c2ba5158b02026d508ae3da3 Mon Sep 17 00:00:00 2001 From: David Kilfoyle Date: Wed, 25 Sep 2024 10:40:19 -0400 Subject: [PATCH 1/2] Fix standalone agent K8s manifest link to include patch level --- .../elastic-agent/running-on-kubernetes-standalone.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc b/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc index 5a2b0f06c..802ae9568 100644 --- a/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc +++ b/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc @@ -1,7 +1,7 @@ [[running-on-kubernetes-standalone]] = Run {agent} Standalone on Kubernetes -:manifest: https://raw.githubusercontent.com/elastic/elastic-agent/{branch}/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml +:manifest: https://raw.githubusercontent.com/elastic/elastic-agent/{bare_version}/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml :show-condition: enabled == What you need From f8269c568e031ef21e0ffe14162cb0c422e44683 Mon Sep 17 00:00:00 2001 From: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> Date: Wed, 25 Sep 2024 10:57:56 -0400 Subject: [PATCH 2/2] Update docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> --- .../elastic-agent/running-on-kubernetes-standalone.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc b/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc index 802ae9568..012afbe7d 100644 --- a/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc +++ b/docs/en/ingest-management/elastic-agent/running-on-kubernetes-standalone.asciidoc @@ -1,7 +1,7 @@ [[running-on-kubernetes-standalone]] = Run {agent} Standalone on Kubernetes -:manifest: https://raw.githubusercontent.com/elastic/elastic-agent/{bare_version}/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml +:manifest: https://raw.githubusercontent.com/elastic/elastic-agent/v{bare_version}/deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml :show-condition: enabled == What you need