feat(argo-cd): Use tini as the ENTRYPOINT (#1991)
This commit is contained in:
parent
b9fa30883b
commit
decfc73a3f
10 changed files with 25 additions and 33 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue