mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
Merge pull request #396 from replicatedhq/emosbaugh/20210726/cleanup
remove debug log
This commit is contained in:
@@ -83,7 +83,6 @@ func secretToOutput(secretCollector *troubleshootv1beta2.Secret, secret *corev1.
|
||||
foundSecret.SecretExists = true
|
||||
if secretCollector.Key != "" {
|
||||
if val, ok := secret.Data[secretCollector.Key]; ok {
|
||||
fmt.Println("FOUND")
|
||||
foundSecret.KeyExists = true
|
||||
if secretCollector.IncludeValue {
|
||||
foundSecret.Value = string(val)
|
||||
|
||||
Reference in New Issue
Block a user