We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48adaf commit 223bf4eCopy full SHA for 223bf4e
modules/common/client/cache/client/core/secrets.go
@@ -24,7 +24,7 @@ func (in *secrets) List(ctx context.Context, opts metav1.ListOptions) (*corev1.S
24
in.authorizationV1,
25
in.namespace,
26
in.token,
27
- types.ResourceKindConfigMap,
+ types.ResourceKindSecret,
28
).List(ctx, in.SecretInterface, opts)
29
}
30
0 commit comments