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 7a82608 commit d41109fCopy full SHA for d41109f
internal/util/naming.go
@@ -29,8 +29,9 @@ const (
29
// LabelRole is used to identify object roles.
30
LabelRole = labelPrefix + "role"
31
32
- // LabelMonitoring is used to identify monitoring Pods
33
- LabelMonitoring = "app.kubernetes.io/name=postgres-operator-monitoring"
+ // LabelMonitoring is used to identify monitoring Pods.
+ // Older versions of PGO monitoring use the label 'postgres-operator-monitoring'.
34
+ LabelMonitoring = "app.kubernetes.io/name in (postgres-operator-monitoring,crunchy-monitoring)"
35
36
// LabelOperator is used to identify operator Pods
37
LabelOperator = "postgres-operator.crunchydata.com/control-plane"
0 commit comments