Do not install kubectl cli in pipeline as we use golang library to interact with cluster

This commit is contained in:
Volodymyr Zotov
2025-08-26 15:12:16 -05:00
parent b40f27b052
commit d5f1044571

View File

@@ -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: