Skip to content

Commit 2b06eea

Browse files
committed
remove kapp-controller reference
1 parent 5f59384 commit 2b06eea

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

dashboard/.yarnrc.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

dashboard/src/components/Config/PkgRepoList/PkgRepoForm.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ it("disables unavailable plugins", async () => {
237237
});
238238
expect(wrapper.find("#kubeapps-plugin-helm").prop("disabled")).toBe(false);
239239
expect(wrapper.find("#kubeapps-plugin-fluxv2").prop("disabled")).toBe(true);
240-
expect(wrapper.find("#kubeapps-plugin-kappcontroller").prop("disabled")).toBe(true);
241240
});
242241

243242
it("should call the install method", async () => {

0 commit comments

Comments
 (0)