Skip to content

Commit

Permalink
Modified the kubernetes instruction command (#138306)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Najmieh Sadat and kibanamachine authored Aug 8, 2022
1 parent 47dc987 commit aa1ce83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit aa1ce83

Please sign in to comment.