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
|
|
@ -394,6 +394,8 @@ NAME: my-release
|
|||
| global.affinity.nodeAffinity.type | string | `"hard"` | Default node affinity rules. Either: `none`, `soft` or `hard` |
|
||||
| global.affinity.podAntiAffinity | string | `"soft"` | Default pod anti-affinity rules. Either: `none`, `soft` or `hard` |
|
||||
| global.deploymentAnnotations | object | `{}` | Annotations for the all deployed Deployments |
|
||||
| global.entrypoint.entrypoint | string | `"entrypoint.sh"` | The entrypoint to use for the containers. |
|
||||
| global.entrypoint.useImplicit | bool | `false` | Implicitly use the docker image's entrypoint. This requires the image to have ENTRYPOINT set properly |
|
||||
| global.hostAliases | list | `[]` | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files |
|
||||
| global.image.imagePullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all Argo CD deployments |
|
||||
| global.image.repository | string | `"quay.io/argoproj/argocd"` | If defined, a repository applied to all Argo CD deployments |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue