Skip to content

Commit f3987ee

Browse files
committed
Remove unused consts
1 parent 8788c6c commit f3987ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pkg/operatormanager/operatormanager.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ const (
3939
// PodEnvSecretName Name of the pod environment secret to create and use
4040
PodEnvSecretName string = "postgres-pod-secret" //nolint:gosec
4141

42-
operatorPodLabelName string = "name"
43-
operatorPodLabelValue string = "postgres-operator"
44-
4542
// SidecarsCMFluentBitConfKey Name of the key containing the fluent-bit.conf config file
4643
SidecarsCMFluentBitConfKey string = "fluent-bit.conf"
4744
// SidecarsCMExporterQueriesKey Name of the key containing the queries.yaml config file
@@ -53,9 +50,6 @@ const (
5350
debugLogLevel int = 1
5451
)
5552

56-
// operatorPodMatchingLabels is for listing operator pods
57-
var operatorPodMatchingLabels = client.MatchingLabels{operatorPodLabelName: operatorPodLabelValue}
58-
5953
// Options
6054
type Options struct {
6155
PspName string

0 commit comments

Comments
 (0)