mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix hints path (#188448)
## Summary Updating the path of hitns autodiscovery in elasitc agent manifest of kibana Relates to https://github.com/elastic/kibana/pull/188423/files Backport to 8.14
This commit is contained in:
parent
55894e9e6b
commit
34b2c21b9f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ spec:
|
|||
# - -c
|
||||
# - >-
|
||||
# mkdir -p /etc/elastic-agent/inputs.d &&
|
||||
# wget -O - https://github.com/elastic/elastic-agent/archive/8.14.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-8.14/deploy/kubernetes/elastic-agent/templates.d"
|
||||
# wget -O - https://github.com/elastic/elastic-agent/archive/8.14.tar.gz | tar xz -C /etc/elastic-agent/inputs.d --strip=5 "elastic-agent-8.14/deploy/kubernetes/elastic-agent-standalone/templates.d"
|
||||
# volumeMounts:
|
||||
# - name: external-inputs
|
||||
# mountPath: /etc/elastic-agent/inputs.d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue