File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
workshop/aws/ec2/templates Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -49,3 +49,4 @@ observability:
4949 enabled : false
5050 grafana :
5151 enabled : false
52+
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ system_info:
3232 groups : [docker]
3333
3434write_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'
You can’t perform that action at this time.
0 commit comments