mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-01-26 11:38:41 -05:00
4 lines
252 B
Bash
Executable file
4 lines
252 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
docker run --rm -it -v $(pwd):/apps --entrypoint /bin/sh alpine/helm \
|
|
-c 'helm repo add artifactory https://artifactory.delivery.puppetlabs.net/artifactory/helm__local && cd /apps/helm-charts/vmpooler && helm dependency update'
|