Skip to content

Commit 7e47b6b

Browse files
authored
fix typos in k8s readme (#166)
1 parent c3f1d06 commit 7e47b6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/k8s/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kubectl create namespace my-dotnet-ns
1111
Next up we'll set our Elastic Cloud endpoint and key as k8s secrets.
1212

1313
```bash
14-
kubectl create secret generic elastic-otel -my-dotnet-ns \
14+
kubectl create secret generic elastic-otel -n my-dotnet-ns \
1515
"--from-literal=endpoint=<cloud_endpoint>" \
1616
"--from-literal=apiKey=Authorization=Bearer <api_key>"
1717
```
@@ -48,7 +48,7 @@ apiVersion: v1
4848
kind: Pod
4949
metadata:
5050
name: my-dotnet-application
51-
namespace: my-dotnet-application
51+
namespace: my-dotnet-ns
5252
labels:
5353
app: my-dotnet-application
5454
spec:

0 commit comments

Comments
 (0)