From 7e47b6b4b2b1c4983cab307fbbf024ad215f6326 Mon Sep 17 00:00:00 2001 From: jackshirazi Date: Thu, 10 Oct 2024 14:16:20 +0100 Subject: [PATCH] fix typos in k8s readme (#166) --- examples/k8s/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/k8s/README.md b/examples/k8s/README.md index c09eabd..d3e5362 100644 --- a/examples/k8s/README.md +++ b/examples/k8s/README.md @@ -11,7 +11,7 @@ kubectl create namespace my-dotnet-ns Next up we'll set our Elastic Cloud endpoint and key as k8s secrets. ```bash -kubectl create secret generic elastic-otel -my-dotnet-ns \ +kubectl create secret generic elastic-otel -n my-dotnet-ns \ "--from-literal=endpoint=" \ "--from-literal=apiKey=Authorization=Bearer " ``` @@ -48,7 +48,7 @@ apiVersion: v1 kind: Pod metadata: name: my-dotnet-application - namespace: my-dotnet-application + namespace: my-dotnet-ns labels: app: my-dotnet-application spec: