Skip to content

Commit

Permalink
Remove the Helm chart's default values.yaml in AMI (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper7 authored Mar 20, 2023
1 parent da42cc6 commit 051aca1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packer/setup_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ set -o pipefail

# Add Helm Iterative Repository
helm repo add iterative https://helm.iterative.ai

# Add Helm default values from latest release
helm pull iterative/studio
tar -zxvf studio-*.tgz -C /tmp
mv /tmp/studio/values.yaml ~/studio-values.yaml
rm studio-*.tgz

0 comments on commit 051aca1

Please sign in to comment.