Skip to content

Commit 7bd06c6

Browse files
committed
install helm
1 parent 4769f84 commit 7bd06c6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-cd-eks.yml

+5
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ jobs:
6262
- name: Create namespace giropops-senhas
6363
run: kubectl create namespace giropops-senhas || true
6464

65+
# Instalar o Helm
66+
- name: ⚙️ Instalar Helm
67+
run: |
68+
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
69+
6570
# Deploy no Kubernetes
6671
- name: Deploy to Kubernetes
6772
uses: Azure/k8s-deploy@v5

0 commit comments

Comments
 (0)