Compare commits

...

2 Commits

Author SHA1 Message Date
unkinben b4ac67cda0 Merge pull request 'chore: hardlink compat cachedir' (#4) from benvin/cachedir into master
Reviewed-on: #4
2026-03-17 17:51:00 +11:00
unkinben ef9fb54c5a chore: hardlink compat cachedir
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
2026-03-17 17:44:00 +11:00
+1 -1
View File
@@ -1,5 +1,5 @@
# The location to use for storing cached Git repos # 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 # A list of git repositories to create
:sources: :sources: