You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| global.affinity.podAntiAffinity | string | `"soft"` | Default pod anti-affinity rules. Either: `none`, `soft` or `hard` |
396
396
| global.deploymentAnnotations | object | `{}` | Annotations for the all deployed Deployments |
397
+
| global.deploymentStrategy | object | `{}` | Deployment strategy for the all deployed Deployments |
398
+
| global.entrypoint.entrypoint | string | `"entrypoint.sh"` | The entrypoint to use for the containers. |
399
+
| global.entrypoint.useImplicit | bool | `false` | Implicitly use the docker image's entrypoint. This requires the image to have ENTRYPOINT set properly |
397
400
| global.hostAliases | list | `[]` | Mapping between IP and hostnames that will be injected as entries in the pod's hosts files |
398
401
| global.image.imagePullPolicy | string | `"IfNotPresent"` | If defined, a imagePullPolicy applied to all Argo CD deployments |
399
402
| global.image.repository | string | `"quay.io/codefresh/argocd"` | If defined, a repository applied to all Argo CD deployments |
@@ -410,7 +413,7 @@ NAME: my-release
410
413
| global.revisionHistoryLimit | int | `3` | Number of old deployment ReplicaSets to retain. The rest will be garbage collected. |
411
414
| global.securityContext | object | `{}` (See [values.yaml]) | Toggle and define pod-level security context. |
412
415
| global.statefulsetAnnotations | object | `{}` | Annotations for the all deployed Statefulsets |
413
-
| global.tolerations | object | `{}` | Default tolerations for all components |
416
+
| global.tolerations | list | `[]` | Default tolerations for all components |
414
417
| global.topologySpreadConstraints | list | `[]` | Default [TopologySpreadConstraints] rules for all components |
415
418
416
419
## Argo CD Configs
@@ -571,6 +574,7 @@ NAME: my-release
571
574
| repoServer.containerPorts.server | int | `8081` | Repo server container port |
572
575
| repoServer.containerSecurityContext | object | See [values.yaml] | Repo server container-level security context |
573
576
| repoServer.deploymentAnnotations | object | `{}` | Annotations to be added to repo server Deployment |
577
+
| repoServer.deploymentStrategy | object | `{}` | Deployment strategy to be added to the repo server Deployment |
0 commit comments