Skip to content

Commit

Permalink
removed line nolonger required
Browse files Browse the repository at this point in the history
  • Loading branch information
p-hagen committed Apr 14, 2022
1 parent 040c03e commit 2bc2bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshop/apm/microservices-demo/k8s/rum-config.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
if [ -z ${RUM_TOKEN+x} ]; then echo "RUM_TOKEN is unset. Please export RUM_TOKEN=YOUR_RUM_TOKEN"; fi
envsubst '${REALM},${RUM_TOKEN},${INSTANCE}' < deployment-host.yaml > deploymentRUM.yaml
sed -i 's/value: "0.75"/value: "0.99"/' ./deploymentRUM.yaml
#sed -i 's/value: "0.75"/value: "0.99"/' ./deploymentRUM.yaml


0 comments on commit 2bc2bde

Please sign in to comment.