We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2459396 commit 137101fCopy full SHA for 137101f
test/deploy/linux/kubernetes/minikube/roles/prepare/tasks/main.yml
@@ -78,6 +78,12 @@
78
- name: Extract the Helm archive
79
shell: 'tar -xvf helm-v3.8.0-linux-amd64.tar.gz'
80
81
+# Adjust the permissions as needed
82
+- name: Give all permissions to the Helm binary file
83
+ shell: |
84
+ chmod -R 777 /home/ec2-user/linux-amd64
85
+ become: true
86
+
87
- name: Move the Helm executable to a system directory
88
shell: mv linux-amd64/helm /usr/local/bin/
89
become: true
0 commit comments