feat(argo-cd): Use tini as the ENTRYPOINT (#1991)

This commit is contained in:
Aikawa 2023-05-02 21:29:30 +09:00 committed by GitHub
parent b9fa30883b
commit decfc73a3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 25 additions and 33 deletions

View file

@ -132,14 +132,6 @@ global:
# topologyKey: topology.kubernetes.io/zone
# whenUnsatisfiable: DoNotSchedule
# POD entrypoint configuration
entrypoint:
# -- Implicitly use the docker image's entrypoint. This requires the image to have
# ENTRYPOINT set properly
useImplicit: false
# -- The entrypoint to use for the containers.
entrypoint: "entrypoint.sh"
# -- Deployment strategy for the all deployed Deployments
deploymentStrategy: {}
# type: RollingUpdate