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:
Andrew Gizas 2024-07-17 15:14:42 +03:00 committed by GitHub
parent 55894e9e6b
commit 34b2c21b9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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