We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7ec7b commit 1c6fd7eCopy full SHA for 1c6fd7e
.github/workflows/pr.yml
@@ -22,6 +22,10 @@ jobs:
22
run: |
23
echo ${{ secrets.ANSIBLE_VAULT_PASSWORD }} > $ANSIBLE_VAULT_PASSWORD_FILE
24
25
+ - name: Install dependencies
26
+ run: >
27
+ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
28
+
29
- name: Generate kubeconfig
30
env:
31
KUBE: ${{secrets.KUBE}}
0 commit comments