Skip to content

Commit 223bf4e

Browse files
committed
fix secret kind
1 parent c48adaf commit 223bf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/common/client/cache/client/core/secrets.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func (in *secrets) List(ctx context.Context, opts metav1.ListOptions) (*corev1.S
2424
in.authorizationV1,
2525
in.namespace,
2626
in.token,
27-
types.ResourceKindConfigMap,
27+
types.ResourceKindSecret,
2828
).List(ctx, in.SecretInterface, opts)
2929
}
3030

0 commit comments

Comments
 (0)