Skip to content

Commit

Permalink
Fixingspacek8s templates (elastic#4610)
Browse files Browse the repository at this point in the history
* removing space

* adding newline in endoffile
  • Loading branch information
gizas authored Apr 24, 2024
1 parent a80ceb0 commit adef7f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/kubernetes/creator_k8s_manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cat << EOF > $OUTPUT_FILE
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
export const elasticAgentStandaloneManifest = \`---
EOF

Expand All @@ -48,6 +48,7 @@ EOF

cat $MANIFEST_PATH/$MANAGED >> $OUTPUT_FILE
echo -n "\`;" >> $OUTPUT_FILE
echo "" >> $OUTPUT_FILE

#Replacing all occurencies of elastic-agent-standalone
sed -i -e 's/elastic-agent-standalone/elastic-agent/g' $OUTPUT_FILE
Expand Down

0 comments on commit adef7f7

Please sign in to comment.