Skip to content

Commit

Permalink
chore: remove unused configuration files (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll authored Aug 8, 2024
1 parent f88573b commit 23a24b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/elastic-helm/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image:
tag: 8.15.0-SNAPSHOT
command:
name: "/usr/share/elastic-agent/elastic-agent"
extraArgs: ["otel", "-c", "/etc/elastic-agent/otel.yaml"]
extraArgs: ["otel"]
livenessProbe:
httpGet:
port: 8888
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/elastic-helm/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ opentelemetry-collector:
tag: 8.15.0-SNAPSHOT
command:
name: "/usr/share/elastic-agent/elastic-agent"
extraArgs: ["otel", "-c", "/etc/elastic-agent/otel.yaml"]
extraArgs: ["otel"]
mode: "deployment"
presets:
kubernetesAttributes:
Expand Down

0 comments on commit 23a24b2

Please sign in to comment.