From ef9fb54c5ac31e99e812b5e1973019eccbebe1ad Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 17 Mar 2026 17:44:00 +1100 Subject: [PATCH] chore: hardlink compat cachedir 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 --- r10k.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r10k.yaml b/r10k.yaml index 28229b2..807ce22 100644 --- a/r10k.yaml +++ b/r10k.yaml @@ -1,5 +1,5 @@ # 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: