Skip to content

Commit

Permalink
Update kubernetes templates for elastic-agent (#189414)
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticmachine authored Jul 29, 2024
1 parent b49373f commit 84521a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
# The following ELASTIC_NETINFO:false variable will disable the netinfo.enabled option of add-host-metadata processor. This will remove fields host.ip and host.mac.
# For more info: https://www.elastic.co/guide/en/beats/metricbeat/current/add-host-metadata.html
- name: ELASTIC_NETINFO
value: "false"
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
volumes:
- name: datastreams
configMap:
defaultMode: 0640
defaultMode: 0644
name: agent-node-datastreams
- name: proc
hostPath:
Expand Down

0 comments on commit 84521a4

Please sign in to comment.