Add Helm back to tools container

This commit is contained in:
Khue Doan 2021-08-22 19:36:05 +07:00
parent 0b32d386c7
commit 932adb6632
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,8 +5,10 @@ terraform-*-tmp-*/
*.iso
*.jpg
*.log
*.tgz
*kubeconfig.yaml
.terraform*
Chart.lock
backend.tfvars
ignition.json
terraform.tfstate*

View File

@ -16,6 +16,7 @@ RUN yes | pacman --sync --refresh \
docker \
docker-compose \
git \
helm \
kubectl \
libisoburn \
make \