Skip to content

Commit a23ed95

Browse files
the2hillrackerchris
authored andcommitted
fix(prometheus): Ensure the operator is operating in the control plane
1 parent 1e1de68 commit a23ed95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base-helm-configs/prometheus/prometheus-helm-overrides.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2601,7 +2601,8 @@ prometheusOperator:
26012601
## Define which Nodes the Pods are scheduled on.
26022602
## ref: https://kubernetes.io/docs/user-guide/node-selection/
26032603
##
2604-
nodeSelector: {}
2604+
nodeSelector:
2605+
openstack-control-plane: enabled
26052606

26062607
## Tolerations for use with node taints
26072608
## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

0 commit comments

Comments
 (0)