Skip to content

Commit

Permalink
set daemonset as default Helm deployment method
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Jul 19, 2024
1 parent 215883c commit 80612a5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kubernetes/elastic-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ opentelemetry-collector:
command:
name: "/usr/share/elastic-agent/elastic-agent"
extraArgs: ["otel", "-c", "/etc/elastic-agent/otel.yaml"]
mode: "deployment"
mode: "daemonset"
presets:
kubernetesAttributes:
enabled: true
kubernetesEvents:
enabled: true
clusterMetrics:
enabled: true
securityContext:
runAsUser: 0
runAsGroup: 0
Expand Down

0 comments on commit 80612a5

Please sign in to comment.