Skip to content

Commit 010e3cb

Browse files
authored
remove hardcoded namespaces from example k8s files (#161)
1 parent b7c42d7 commit 010e3cb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/k8s/elastic-otel-dotnet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: opentelemetry.io/v1alpha1
22
kind: Instrumentation
33
metadata:
44
name: elastic-otel-dotnet
5-
namespace: my-dotnet-application
65
spec:
76
env:
87
- name: OTEL_EXPORTER_OTLP_ENDPOINT

examples/k8s/my-dotnet-application.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apiVersion: v1
22
kind: Pod
33
metadata:
44
name: my-dotnet-application
5-
namespace: my-dotnet-application
65
labels:
76
app: my-dotnet-application
87
spec:

0 commit comments

Comments
 (0)