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
# The location to use for storing cached Git repos
:cachedir:'/opt/puppetlabs/cache/r10k'
:cachedir:'/etc/puppetlabs/code/.g10k/cachedir'
# A list of git repositories to create
:sources:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.