Modified the kubernetes instruction command (#138306) (#138340)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit aa1ce834a6)

Co-authored-by: Najmieh Sadat <98463228+najmiehsa@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2022-08-08 21:01:03 -04:00 committed by GitHub
parent b6d156259f
commit ca4a5670bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ Expand-Archive .\elastic-agent-${kibanaVersion}-windows-x86_64.zip -DestinationP
cd elastic-agent-${kibanaVersion}-windows-x86_64
.\\elastic-agent.exe install`;
const k8sCommand = 'kubectl apply -f elastic-agent-standalone-kubernetes.yaml';
const k8sCommand = 'kubectl apply -f elastic-agent-standalone-kubernetes.yml';
return {
linux: linuxCommand,