We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a818fb7 commit 4e23555Copy full SHA for 4e23555
1 file changed
apps/greenhouse/src/hooks/useApi.ts
@@ -36,8 +36,9 @@ const useApi = () => {
36
37
return client
38
.get(`/apis/greenhouse.sap/v1alpha1/namespaces/${namespace}/plugins`, {
39
- // @ts-ignore
40
- limit: 500,
+ params: {
+ labelSelector: "greenhouse.sap/ui-plugin=true",
41
+ },
42
})
43
.then((configs: any) => {
44
// create config map
0 commit comments