Skip to content

Commit

Permalink
see if this fixes metricbeat integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
leehinman committed Dec 17, 2024
1 parent 60b61ef commit b19a8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion deploy/kubernetes/metricbeat/metricbeat-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
args: [
"-c", "/etc/metricbeat.yml",
"-e",
"--system.hostfs=/hostfs",
"-system.hostfs=/hostfs",
]
env:
- name: ELASTICSEARCH_HOST
Expand Down

0 comments on commit b19a8f9

Please sign in to comment.