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 c6330d0 commit 7f11fe0Copy full SHA for 7f11fe0
api/go.mod
@@ -76,3 +76,6 @@ require (
76
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
77
sigs.k8s.io/yaml v1.4.0 // indirect
78
)
79
+
80
+// custom RabbitmqClusterSpecCore for OpenStackControlplane (v2.6.0_patches_tag)
81
+replace github.com/rabbitmq/cluster-operator/v2 => github.com/openstack-k8s-operators/rabbitmq-cluster-operator/v2 v2.6.1-0.20241017142550-a3524acedd49 //allow-merging
0 commit comments