From 9c5232e4cece8d24e46200a6ecb7c26bf3f9e3d6 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 21 Mar 2026 16:43:17 +1100 Subject: [PATCH] chore: use docker not container was referencing the main branch of upstream container, not the one I am actually using. s/container/docker/ --- apps/base/puppet/deployment_puppetserver-compiler.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/puppet/deployment_puppetserver-compiler.yaml b/apps/base/puppet/deployment_puppetserver-compiler.yaml index 7c3f23e..af6e651 100644 --- a/apps/base/puppet/deployment_puppetserver-compiler.yaml +++ b/apps/base/puppet/deployment_puppetserver-compiler.yaml @@ -99,7 +99,7 @@ spec: - mountPath: /opt/vault-ca-cert.crt name: vault-ca-cert subPath: ca.crt - - mountPath: /container-custom-entrypoint.d/additional-ruby-gems.sh + - mountPath: /docker-custom-entrypoint.d/post-startup/additional-ruby-gems.sh name: additional-ruby-gems subPath: additional-ruby-gems.sh initContainers: