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:
@@ -99,7 +99,7 @@ spec:
|
|||||||
- mountPath: /opt/vault-ca-cert.crt
|
- mountPath: /opt/vault-ca-cert.crt
|
||||||
name: vault-ca-cert
|
name: vault-ca-cert
|
||||||
subPath: ca.crt
|
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
|
name: additional-ruby-gems
|
||||||
subPath: additional-ruby-gems.sh
|
subPath: additional-ruby-gems.sh
|
||||||
initContainers:
|
initContainers:
|
||||||
|
|||||||
Reference in New Issue
Block a user