mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-04-15 07:16:34 +00:00
remove comment
This commit is contained in:
@@ -56,7 +56,6 @@ func LoadFromSecretMatchingLabel(labelSelector string, namespace string, key str
|
||||
if !ok {
|
||||
return nil, errors.Errorf("support bundle spec not found in secret with matching label %s", secret.Name)
|
||||
}
|
||||
//multidocs := strings.Split(string(spec), "\n---\n")
|
||||
secretsMatchingKey = append(secretsMatchingKey, string(spec))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user