We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd06c6 commit 6b108afCopy full SHA for 6b108af
.github/workflows/ci-cd-eks.yml
@@ -62,10 +62,10 @@ jobs:
62
- name: Create namespace giropops-senhas
63
run: kubectl create namespace giropops-senhas || true
64
65
- # Instalar o Helm
66
- - name: ⚙️ Instalar Helm
+ - name: Install dependencies
67
run: |
68
- curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
+ helm repo add stable https://charts.helm.sh/stable
+ helm repo update
69
70
# Deploy no Kubernetes
71
- name: Deploy to Kubernetes
0 commit comments