Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

update hostfs to be a CLI option instead of a config option #425

Merged
merged 1 commit into from
Jan 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions metricbeat/examples/security/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
metricbeatConfig:
metricbeat.yml: |
system:
hostfs: /hostfs
metricbeat.modules:
- module: kubernetes
metricsets:
Expand Down
1 change: 1 addition & 0 deletions metricbeat/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ spec:
- "-e"
- "-E"
- "http.enabled=true"
- "--system.hostfs=/hostfs"
livenessProbe:
exec:
command:
Expand Down
2 changes: 0 additions & 2 deletions metricbeat/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# such as metricbeat.yml
metricbeatConfig:
metricbeat.yml: |
system:
hostfs: /hostfs
metricbeat.modules:
- module: kubernetes
metricsets:
Expand Down