Skip to content

Commit

Permalink
Update metricbeat-kubernetes.yaml
Browse files Browse the repository at this point in the history
fix --system.hostfs=/hostfs argument
  • Loading branch information
524c authored Dec 27, 2024
1 parent ee6378c commit 8fe2396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/kubernetes/metricbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ spec:
args: [
"-c", "/etc/metricbeat.yml",
"-e",
"-system.hostfs=/hostfs",
"--system.hostfs=/hostfs",
]
env:
- name: ELASTICSEARCH_HOST
Expand Down

0 comments on commit 8fe2396

Please sign in to comment.