We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284d3b4 commit ee12cd1Copy full SHA for ee12cd1
workshop/aws/ec2/templates/userdata.yaml
@@ -99,7 +99,7 @@ write_files:
99
if [ ! -f ~/.helmok ]; then
100
helm repo add splunk-otel-collector-chart https://signalfx.github.io/splunk-otel-collector-chart
101
helm repo update
102
- REALM=$REALM SPLUNK_OBSERVABILITY_ACCESS_TOKEN=$ACCESS_TOKEN envsubst < workshop/oteldemo/otel-demo-collector.yaml | helm install splunk-otel-collector \
+ envsubst 'REALM=$REALM' < workshop/oteldemo/otel-demo-collector.yaml | helm install splunk-otel-collector \
103
--set="splunkObservability.realm=$REALM" \
104
--set="splunkObservability.accessToken=$ACCESS_TOKEN" \
105
--set="clusterName=$INSTANCE-k3s-cluster" \
0 commit comments