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: #64
This commit was merged in pull request #64.
This commit is contained in:
2026-03-21 16:47:02 +11:00
parent 3f355bbfd3
commit ee9ec23f6f
@@ -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: