ef9fb54c5a
ci/woodpecker/pr/pre-commit Pipeline was successful
with kubernetes/puppet deployment, we are mounting /etc/puppetlabs/code into a PVC. g10k hardlinks. therefore, we need the g10k cache in the same PVC. - set cachedir to a hardlink compat path for kubernetes
11 lines
389 B
YAML
11 lines
389 B
YAML
# The location to use for storing cached Git repos
|
|
:cachedir: '/etc/puppetlabs/code/.g10k/cachedir'
|
|
|
|
# A list of git repositories to create
|
|
:sources:
|
|
# This will clone the git repository and instantiate an environment per
|
|
# branch in /etc/puppetlabs/code/environments
|
|
:unkin:
|
|
remote: 'https://git.unkin.net/unkin/puppet-prod.git'
|
|
basedir: '/etc/puppetlabs/code/environments'
|