Skip to content

Commit

Permalink
remove hardcoded namespaces from example k8s files (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Sep 30, 2024
1 parent b7c42d7 commit 010e3cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/k8s/elastic-otel-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: opentelemetry.io/v1alpha1
kind: Instrumentation
metadata:
name: elastic-otel-dotnet
namespace: my-dotnet-application
spec:
env:
- name: OTEL_EXPORTER_OTLP_ENDPOINT
Expand Down
1 change: 0 additions & 1 deletion examples/k8s/my-dotnet-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: v1
kind: Pod
metadata:
name: my-dotnet-application
namespace: my-dotnet-application
labels:
app: my-dotnet-application
spec:
Expand Down

0 comments on commit 010e3cb

Please sign in to comment.