deploy/skaffold/patches/elastic-agent-standalone-entrypoint.yaml (12 lines of code) (raw):
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: elastic-agent-standalone
spec:
template:
spec:
containers:
- name: elastic-agent-standalone
command:
- /usr/share/elastic-agent/elastic-agent
args: ["container", "-c", "/etc/elastic-agent/agent.yml", "-e"]