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 202406a commit a3c0776Copy full SHA for a3c0776
workshop/optimize-cloud-monitoring/deploy-application.sh
@@ -91,6 +91,7 @@ echo -e " "
91
echo -e "\e[1mInstalling OpenTelemetry Collector\e[0m"
92
helm install splunk-otel-collector \
93
--set="operator.enabled=true" \
94
+--set="operatorcrds.install=true" \
95
--set="certmanager.enabled=true" \
96
--set="splunkObservability.realm=$REALM" \
97
--set="splunkObservability.accessToken=$ACCESS_TOKEN" \
0 commit comments