Update plugin.sh with new helper functions
[multicloud/k8s.git] / kud / deployment_infra / playbooks / configure-kud.yml
index 0e32e69..6ac0477 100644 (file)
       when: helm_client.rc != 0
       vars:
           kubernetes_helm_ver: "v{{ helm_client_version }}"
+  tasks:
+    - name: Initialize helm client
+      command: helm init -c
+      args:
+        creates: ~/.helm
 
 - hosts: kube-node
   become: yes