We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e14406 commit 30a323fCopy full SHA for 30a323f
.github/workflows/pr.yml
@@ -38,6 +38,7 @@ jobs:
38
# Create CRD PodMonitor without running Prometheus operator
39
curl https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/master/bundle.yaml | sed "s/replicas: 1$/replicas: 0/" | kubectl apply -f -
40
make install
41
+ sleep 3 # otherwise we sporadically observe 'no matches for kind "RabbitmqCluster" in version "rabbitmq.com/v1beta1'
42
kubectl apply --dry-run=server --recursive -f docs/examples/
43
44
system_tests:
0 commit comments