mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-12-16 19:27:37 +00:00
Update roles/kube-master/tasks/main.yml
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user