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

Commit

Permalink
Merge pull request #425 from pbecotte/424
Browse files Browse the repository at this point in the history
update hostfs to be a CLI option instead of a config option
  • Loading branch information
jmlrt authored Jan 7, 2020
2 parents 4f09bb2 + 7f16e24 commit 0e65e80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
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 @@ -92,6 +92,7 @@ spec:
- "-e"
- "-E"
- "http.enabled=true"
- "--system.hostfs=/hostfs"
livenessProbe:
{{ toYaml .Values.livenessProbe | indent 10 }}
readinessProbe:
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

0 comments on commit 0e65e80

Please sign in to comment.