Skip to content

Commit 4850f6a

Browse files
csviriCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ebcfa6f commit 4850f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

observability/install-observability.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ echo -e "${GREEN}✓ OpenTelemetry Operator installation started${NC}"
9494

9595
# Wait for OpenTelemetry Operator to be ready (webhook must be serving before we create CRs)
9696
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
97+
kubectl wait --for=condition=Available deployment/opentelemetry-operator -n observability --timeout=120s
9898
echo -e "${GREEN}✓ OpenTelemetry Operator deployment is ready${NC}"
9999

100100
# Install kube-prometheus-stack (includes Prometheus + Grafana)

0 commit comments

Comments
 (0)