We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02316f4 commit e32b05dCopy full SHA for e32b05d
.github/workflows/e2e-k8s-server-66.yml
@@ -92,14 +92,14 @@ jobs:
92
run: |
93
curl -L https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz -o helm-v3.15.4-linux-amd64.tar.gz
94
tar -zxvf helm-v3.15.4-linux-amd64.tar.gz
95
- sudo mv linux-amd64/helm /usr/local/bin/helm
+ mv linux-amd64/helm /usr/local/bin/helm
96
helm version
97
98
- name: Install kubectl v1.31.0
99
100
curl -LO "https://dl.k8s.io/release/v1.31.0/bin/linux/amd64/kubectl"
101
chmod +x kubectl
102
- sudo mv kubectl /usr/local/bin/
+ mv kubectl /usr/local/bin/
103
kubectl version --client
104
105
- name: Set parameters based on branch and input
0 commit comments