From d5f10445714eabd730c2c299a8c164775cb33030 Mon Sep 17 00:00:00 2001 From: Volodymyr Zotov Date: Tue, 26 Aug 2025 15:12:16 -0500 Subject: [PATCH] Do not install `kubectl` cli in pipeline as we use golang library to interact with cluster --- .github/workflows/test-e2e.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index f8925ba..b57879c 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -29,9 +29,6 @@ jobs: with: cluster_name: onepassword-operator-test-e2e - - name: Install kubectl - uses: azure/setup-kubectl@v4 - - name: Install 1Password CLI uses: 1password/install-cli-action@v2 with: