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 cf4d510 commit 851c91bCopy full SHA for 851c91b
pkg/collect/secret.go
@@ -83,7 +83,6 @@ func secretToOutput(secretCollector *troubleshootv1beta2.Secret, secret *corev1.
83
foundSecret.SecretExists = true
84
if secretCollector.Key != "" {
85
if val, ok := secret.Data[secretCollector.Key]; ok {
86
- fmt.Println("FOUND")
87
foundSecret.KeyExists = true
88
if secretCollector.IncludeValue {
89
foundSecret.Value = string(val)
0 commit comments