feat(argo-cd): Entrypoint can be configured now (#1898)
* Entrypoint can be configured now Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> * Updated charts.lock after following master Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> * Bump version Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> --------- Signed-off-by: Gergely Czuczy <gergely.czuczy@sap.com> Signed-off-by: Gergely Czuczy <gergely.czuczy@harmless.hu>
This commit is contained in:
parent
af90fd665f
commit
3c24d55fa4
6 changed files with 24 additions and 9 deletions
8
charts/argo-cd/values.yaml
Executable file → Normal file
8
charts/argo-cd/values.yaml
Executable file → Normal file
|
|
@ -132,6 +132,14 @@ 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"
|
||||
|
||||
|
||||
## Argo Configs
|
||||
configs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue