Skip to content

Commit

Permalink
fix(agent): Deploy Agent yaml url (#3192)
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Sep 27, 2023
1 parent 6844e5c commit 163aac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/agent/deploy-agent.sh
@@ -1,7 +1,7 @@
NAMESPACE=$1
API_KEY=$2
AGENT_VERSION="${3:-latest}"
FILE_PATH="https://raw.githubusercontent.com/kubeshop/tracetest/k8s/agent/deploy-agent.yaml"
FILE_PATH="https://raw.githubusercontent.com/kubeshop/tracetest/main/k8s/agent/deploy-agent.yaml"

showUsageAndExit() {
echo "Usage: ./script <namespace> <api-key> (<version>)?"
Expand Down

0 comments on commit 163aac3

Please sign in to comment.