Skip to content

Commit

Permalink
feat(deploy-config): Add permissions to helm download
Browse files Browse the repository at this point in the history
  • Loading branch information
abasha1234 committed Oct 8, 2024
1 parent 2459396 commit 137101f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
- name: Extract the Helm archive
shell: 'tar -xvf helm-v3.8.0-linux-amd64.tar.gz'

# Adjust the permissions as needed
- name: Give all permissions to the Helm binary file
shell: |
chmod -R 777 /home/ec2-user/linux-amd64
become: true

- name: Move the Helm executable to a system directory
shell: mv linux-amd64/helm /usr/local/bin/
become: true
Expand Down

0 comments on commit 137101f

Please sign in to comment.