Skip to content

Commit

Permalink
fix typos in k8s readme (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi authored Oct 10, 2024
1 parent c3f1d06 commit 7e47b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/k8s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<cloud_endpoint>" \
"--from-literal=apiKey=Authorization=Bearer <api_key>"
```
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7e47b6b

Please sign in to comment.