Skip to content

Commit 2b465bd

Browse files
committed
Fixed Heml repo URL
1 parent ad802b5 commit 2b465bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workshop/aws/ec2/templates/userdata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ write_files:
3838
3939
export ACCESS_TOKEN=${access_token}
4040
export REALM=${realm}
41-
41+
4242
helm() {
4343
4444
echo >&2 "Using ACCESS_TOKEN=${access_token}"
@@ -71,7 +71,7 @@ write_files:
7171
%{ if presetup == "true" }
7272
export RUM_TOKEN=${rum_token}
7373
if [ ! -f ~/.helmok ]; then
74-
helm repo add splunk-otel-collector-chart https://splunk.github.io/splunk-otel-collector-chart
74+
helm repo add splunk-otel-collector-chart https://signalfx.github.io/splunk-otel-collector-chart
7575
helm repo update
7676
helm install splunk-otel-collector --set="splunkObservability.realm=$REALM" --set="splunkObservability.accessToken=$ACCESS_TOKEN" --set="clusterName=$INSTANCE-k3s-cluster" --set="splunkObservability.logsEnabled=true" --set="splunkObservability.profilingEnabled=true" --set="splunkObservability.infrastructureMonitoringEventsEnabled=true" --set="environment=$INSTANCE-apm-env" splunk-otel-collector-chart/splunk-otel-collector -f ~/workshop/k3s/otel-collector.yaml
7777
cd ~/workshop/apm/

0 commit comments

Comments
 (0)