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 4290240 commit dfe5538Copy full SHA for dfe5538
pkg/collect/run.go
@@ -16,9 +16,6 @@ import (
16
)
17
18
func Run(c *Collector, runCollector *troubleshootv1beta2.Run) (CollectorResult, error) {
19
- podLabels := make(map[string]string)
20
- podLabels["troubleshoot-role"] = "run-collector"
21
-
22
pullPolicy := corev1.PullIfNotPresent
23
if runCollector.ImagePullPolicy != "" {
24
pullPolicy = corev1.PullPolicy(runCollector.ImagePullPolicy)
0 commit comments