mirror of
https://github.com/puppetlabs/vmpooler-deployment.git
synced 2026-03-26 16:47:43 -04: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'
|