File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
workshop/aws/ec2/templates Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments