From ee9ec23f6fdef3350052e512938b494a64fb4954 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 21 Mar 2026 16:47:02 +1100 Subject: [PATCH] chore: use docker not container (#64) was referencing the main branch of upstream container, not the one I am actually using. s/container/docker/ Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/64 --- 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: