File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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
6054type Options struct {
6155 PspName string
You can’t perform that action at this time.
0 commit comments