Skip to content

Commit

Permalink
Merge pull request #1091 from olliewalsh/rmq_affinity_label
Browse files Browse the repository at this point in the history
Fix rabbitmq pod anti-affinity label selector
  • Loading branch information
openshift-merge-bot[bot] authored Sep 21, 2024
2 parents cc176cd + 5c984aa commit 4853403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/openstack/rabbitmq.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ func reconcileRabbitMQ(
Key: "app.kubernetes.io/name",
Operator: metav1.LabelSelectorOpIn,
Values: []string{
"pod-anti-affinity",
rabbitmq.Name,
},
},
},
Expand Down

0 comments on commit 4853403

Please sign in to comment.