We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebcfa6f commit 4850f6aCopy full SHA for 4850f6a
observability/install-observability.sh
@@ -94,7 +94,7 @@ echo -e "${GREEN}✓ OpenTelemetry Operator installation started${NC}"
94
95
# Wait for OpenTelemetry Operator to be ready (webhook must be serving before we create CRs)
96
echo -e "${YELLOW}Waiting for OpenTelemetry Operator deployment to be ready...${NC}"
97
-kubectl wait --for=condition=available deployment/opentelemetry-operator -n observability --timeout=120s
+kubectl wait --for=condition=Available deployment/opentelemetry-operator -n observability --timeout=120s
98
echo -e "${GREEN}✓ OpenTelemetry Operator deployment is ready${NC}"
99
100
# Install kube-prometheus-stack (includes Prometheus + Grafana)
0 commit comments