Skip to content

Commit 9b857ef

Browse files
committed
update curl commands
1 parent 65e304f commit 9b857ef

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

oteldemo/otel-demo.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ observability:
4949
enabled: false
5050
grafana:
5151
enabled: false
52+

workshop/aws/ec2/templates/userdata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ system_info:
3232
groups: [docker]
3333

3434
write_files:
35-
- path: /etc/skel/.profile
35+
- path: /etc/skel/.profile
3636
append: true
3737
content: |
3838
@@ -88,8 +88,8 @@ write_files:
8888
%{ if otel_demo == true ~}
8989
export RUM_TOKEN=${rum_token}
9090
mkdir otel-demo && cd otel-demo
91-
curl -o otel-demo-collector.yaml https://raw.githubusercontent.com/splunk/observability-workshop/main/oteldemo/otel-demo-collector.yaml
92-
curl -o otel-demo.yaml https://raw.githubusercontent.com/splunk/observability-workshop/main/oteldemo/otel-demo.yaml
91+
curl -s -OL https://raw.githubusercontent.com/splunk/observability-workshop/main/oteldemo/otel-demo-collector.yaml
92+
curl -s -OL https://raw.githubusercontent.com/splunk/observability-workshop/main/oteldemo/otel-demo.yaml
9393
if [ ! -f ~/.helmok ]; then
9494
helm repo add splunk-otel-collector-chart https://signalfx.github.io/splunk-otel-collector-chart
9595
helm repo update
@@ -99,7 +99,7 @@ write_files:
9999
cd /home/ubuntu
100100
fi
101101
%{ endif ~}
102-
102+
W
103103

104104
export KUBECONFIG=/home/ubuntu/.kube/config
105105
alias kc='kubectl'

0 commit comments

Comments
 (0)