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.
2 parents 616f6e7 + 53bd307 commit 63c8422Copy full SHA for 63c8422
pkg/collect/secret.go
@@ -67,7 +67,7 @@ func secret(ctx context.Context, client *kubernetes.Clientset, secretCollector *
67
}
68
69
ns = found.Namespace
70
- path = fmt.Sprintf("%s.json", filepath.Join(ns, secretCollector.SecretName, secretCollector.Key))
+ path = fmt.Sprintf("%s.json", filepath.Join(ns, secretCollector.SecretName))
71
72
keyExists := false
73
keyData := ""
0 commit comments