Update roles/kube-master/tasks/main.yml

This commit is contained in:
2025-10-29 20:30:38 +00:00
parent e8e9fa2d01
commit fd63bc9f0e

View File

@ -133,7 +133,13 @@
delay: 6
become: yes
- name: Instalar Helm no nó master
become: true
shell: |
curl -fsSL https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
args:
creates: /usr/local/bin/helm
- name: Adicionar repositório Helm do CSI NFS
command: >
helm repo add csi-driver-nfs https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts