Skip to content

Commit

Permalink
chore: remove unused configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jul 31, 2024
1 parent c8a382f commit 64c4427
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 64c4427

Please sign in to comment.