diff --git a/deploy/kubernetes/Makefile b/deploy/kubernetes/Makefile index e096dd7a2ad..371ee867f62 100644 --- a/deploy/kubernetes/Makefile +++ b/deploy/kubernetes/Makefile @@ -7,7 +7,7 @@ BRANCH_VERSION=$(shell cut -d. -f1-2 <<< '${BEAT_VERSION}') #variables needed for ci-create-kubernetes-templates-pull-request ELASTIC_AGENT_REPO=kibana -ELASTIC_AGENT_REPO_PATH=x-pack/plugins/fleet/server/services/ +ELASTIC_AGENT_REPO_PATH=x-pack/platform/plugins/shared/fleet/server/services/ FILE_REPO=elastic_agent_manifest.ts ELASTIC_AGENT_BRANCH=update-k8s-templates-$(shell date "+%Y%m%d%H%M%S") GITHUB_USERNAME?=elasticmachine diff --git a/deploy/kubernetes/creator_k8s_manifest.sh b/deploy/kubernetes/creator_k8s_manifest.sh index f86e5eb7055..b8bc854adcf 100755 --- a/deploy/kubernetes/creator_k8s_manifest.sh +++ b/deploy/kubernetes/creator_k8s_manifest.sh @@ -1,6 +1,6 @@ #!/bin/bash -#### -# Bash Script that creates the needed https://github.com/elastic/kibana/blob/main/x-pack/plugins/fleet/server/services/elastic_agent_manifest.ts +#### +# Bash Script that creates the needed https://github.com/elastic/kibana/blob/main/x-pack/platform/plugins/shared/fleet/server/services/elastic_agent_manifest.ts # The script takes as an argument the path of elastic-agent manifests # Eg. ./creator_k8s_manifest.sh deploy/kubernetes #### @@ -57,4 +57,4 @@ sed -i -e 's/elastic-agent\/templates.d/elastic-agent-standalone\/templates.d/g' #Remove ES_HOST entry from file sed -i -e '/# The Elasticsearch host to communicate with/d' $OUTPUT_FILE sed -i -e '/ES_HOST/d' $OUTPUT_FILE -sed -i -e '/value: ""/d' $OUTPUT_FILE \ No newline at end of file +sed -i -e '/value: ""/d' $OUTPUT_FILE