Skip to content

Commit a3c0776

Browse files
committed
fixed collector install for optimize-cloud-monitoring workshop
1 parent 202406a commit a3c0776

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workshop/optimize-cloud-monitoring/deploy-application.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ echo -e " "
9191
echo -e "\e[1mInstalling OpenTelemetry Collector\e[0m"
9292
helm install splunk-otel-collector \
9393
--set="operator.enabled=true" \
94+
--set="operatorcrds.install=true" \
9495
--set="certmanager.enabled=true" \
9596
--set="splunkObservability.realm=$REALM" \
9697
--set="splunkObservability.accessToken=$ACCESS_TOKEN" \

0 commit comments

Comments
 (0)